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.jpaClassDescriptionInterface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.Callback interface for post-processing a JPA PersistenceUnitInfo.
-
Classes in org.springframework.orm.jpa.persistenceunit used by org.springframework.orm.jpa.persistenceunitClassDescriptionSpring's base implementation of the JPA
PersistenceUnitInfo
interface, used to bootstrap anEntityManagerFactory
in a container.Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos.Callback interface for post-processing a JPA PersistenceUnitInfo.Extension of the standard JPA PersistenceUnitInfo interface, for advanced collaboration between Spring'sLocalContainerEntityManagerFactoryBean
andPersistenceUnitManager
implementations.