Uses of Interface
org.springframework.orm.jpa.EntityManagerFactoryInfo
Packages that use EntityManagerFactoryInfo Package Description org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.Uses of EntityManagerFactoryInfo in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement EntityManagerFactoryInfo Modifier and Type Class Description classAbstractEntityManagerFactoryBeanAbstractFactoryBeanthat creates a local JPAEntityManagerFactoryinstance within a Spring application context.classLocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.classLocalEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard standalone bootstrap contract.Methods in org.springframework.orm.jpa with parameters of type EntityManagerFactoryInfo Modifier and Type Method Description static 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.