Uses of Package
org.springframework.orm.jpa.persistenceunit
Packages that use org.springframework.orm.jpa.persistenceunit
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
-
Classes in org.springframework.orm.jpa.persistenceunit used by org.springframework.orm.jpaClassDescriptionStrategy interface to filter the list of persistent managed types to include in the persistence unit.Provide the list of managed persistent types that an entity manager should consider.Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.Callback interface for post-processing a
MutablePersistenceUnitInfo
configuration that Spring prepares for JPA persistence unit bootstrapping. -
Classes in org.springframework.orm.jpa.persistenceunit used by org.springframework.orm.jpa.persistenceunitClassDescriptionStrategy interface to filter the list of persistent managed types to include in the persistence unit.Spring's mutable equivalent of the JPA
PersistenceUnitInfo
interface, used to bootstrap anEntityManagerFactory
in a container.Provide the list of managed persistent types that an entity manager should consider.Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.Callback interface for post-processing aMutablePersistenceUnitInfo
configuration that Spring prepares for JPA persistence unit bootstrapping.