Uses of Interface
org.apache.openjpa.persistence.OpenJPAEntityManager
-
Packages that use OpenJPAEntityManager Package Description org.apache.openjpa.persistence OpenJPA JPAorg.apache.openjpa.persistence.jest -
-
Uses of OpenJPAEntityManager in org.apache.openjpa.persistence
Subinterfaces of OpenJPAEntityManager in org.apache.openjpa.persistence Modifier and Type Interface Description interfaceOpenJPAEntityManagerSPIClasses in org.apache.openjpa.persistence that implement OpenJPAEntityManager Modifier and Type Class Description classEntityManagerImplImplementation ofEntityManagerinterface.Methods in org.apache.openjpa.persistence that return OpenJPAEntityManager Modifier and Type Method Description static OpenJPAEntityManagerOpenJPAPersistence. cast(jakarta.persistence.EntityManager em)Return the OpenJPA facade to the given entity manager.OpenJPAEntityManagerOpenJPAEntityManagerFactory. createEntityManager()OpenJPAEntityManagerOpenJPAEntityManagerFactory. createEntityManager(Map props)Return an entity manager with the provided additional configuration settings.OpenJPAEntityManagerExtent. getEntityManager()The owning entity manager.OpenJPAEntityManagerExtentImpl. getEntityManager()static OpenJPAEntityManagerOpenJPAPersistence. getEntityManager(Object o)Return the entity manager for the given object, if one can be determined from just the object alone.OpenJPAEntityManagerOpenJPAQuery. getEntityManager()The owning entity manager.OpenJPAEntityManagerQueryImpl. getEntityManager()static OpenJPAEntityManagerJPAFacadeHelper. toEntityManager(Broker broker)Return a persistence manager facade to the given broker retaining previously associated persistence context type.static OpenJPAEntityManagerOpenJPAPersistence. toEntityManager(Broker broker)Deprecated.useJPAFacadeHelperinstead.Methods in org.apache.openjpa.persistence with parameters of type OpenJPAEntityManager Modifier and Type Method Description static RuntimeExceptionTranslatorPersistenceExceptions. getRollbackTranslator(OpenJPAEntityManager em)Returns aRuntimeExceptionTranslatorthat will perform the correct exception translation as well as roll back the current transaction when for all butNoResultExceptionandNonUniqueResultExceptionin accordance with section 3.7 of the EJB 3.0 specification. -
Uses of OpenJPAEntityManager in org.apache.openjpa.persistence.jest
Methods in org.apache.openjpa.persistence.jest that return OpenJPAEntityManager Modifier and Type Method Description OpenJPAEntityManagerJESTContext. getPersistenceContext()Gets the persistence context.OpenJPAEntityManagerJPAServletContext. getPersistenceContext()Get the persistence context of the operational context.
-