Uses of Interface
org.apache.openjpa.persistence.OpenJPAEntityManagerSPI
-
Packages that use OpenJPAEntityManagerSPI Package Description org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of OpenJPAEntityManagerSPI in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement OpenJPAEntityManagerSPI Modifier and Type Class Description class
EntityManagerImpl
Implementation ofEntityManager
interface.Methods in org.apache.openjpa.persistence that return OpenJPAEntityManagerSPI Modifier and Type Method Description OpenJPAEntityManagerSPI
EntityManagerFactoryImpl. createEntityManager()
OpenJPAEntityManagerSPI
EntityManagerFactoryImpl. createEntityManager(jakarta.persistence.SynchronizationType synchronizationType)
OpenJPAEntityManagerSPI
EntityManagerFactoryImpl. createEntityManager(jakarta.persistence.SynchronizationType synchronizationType, java.util.Map props)
Creates and configures a entity manager with the given properties.OpenJPAEntityManagerSPI
EntityManagerFactoryImpl. createEntityManager(java.util.Map props)
OpenJPAEntityManagerSPI
OpenJPAEntityManagerFactorySPI. createEntityManager()
OpenJPAEntityManagerSPI
OpenJPAEntityManagerFactorySPI. createEntityManager(java.util.Map props)
-