Uses of Interface
org.springframework.orm.jpa.EntityManagerFactoryInfo
Packages that use EntityManagerFactoryInfo
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
- 
Uses of EntityManagerFactoryInfo in org.springframework.orm.jpaClasses in org.springframework.orm.jpa that implement EntityManagerFactoryInfoModifier and TypeClassDescriptionclassAbstractFactoryBeanthat creates a local JPAEntityManagerFactoryinstance within a Spring application context.classFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.classFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard standalone bootstrap contract.Methods in org.springframework.orm.jpa with parameters of type EntityManagerFactoryInfoModifier and TypeMethodDescriptionstatic EntityManagerExtendedEntityManagerCreator.createApplicationManagedEntityManager(EntityManager rawEntityManager, EntityManagerFactoryInfo emfInfo) Create an application-managed extended EntityManager proxy.static EntityManagerExtendedEntityManagerCreator.createApplicationManagedEntityManager(EntityManager rawEntityManager, EntityManagerFactoryInfo emfInfo, boolean synchronizedWithTransaction) Create an application-managed extended EntityManager proxy.static EntityManagerExtendedEntityManagerCreator.createContainerManagedEntityManager(EntityManager rawEntityManager, EntityManagerFactoryInfo emfInfo) Create a container-managed extended EntityManager proxy.