Uses of Class
com.sun.enterprise.container.common.impl.PhysicalEntityManagerWrapper
-
Packages that use PhysicalEntityManagerWrapper Package Description com.sun.ejb.containers com.sun.enterprise.container.common.impl -
-
Uses of PhysicalEntityManagerWrapper in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return PhysicalEntityManagerWrapper Modifier and Type Method Description PhysicalEntityManagerWrapperSessionContextImpl. getExtendedEntityManager(jakarta.persistence.EntityManagerFactory emf)Methods in com.sun.ejb.containers that return types with arguments of type PhysicalEntityManagerWrapper Modifier and Type Method Description Map<jakarta.persistence.EntityManagerFactory,PhysicalEntityManagerWrapper>SessionContextImpl. getExtendedEntityManagerMap()Collection<PhysicalEntityManagerWrapper>SessionContextImpl. getExtendedEntityManagers() -
Uses of PhysicalEntityManagerWrapper in com.sun.enterprise.container.common.impl
Methods in com.sun.enterprise.container.common.impl that return PhysicalEntityManagerWrapper Modifier and Type Method Description static PhysicalEntityManagerWrapperEntityManagerWrapper. getExtendedEntityManager(JavaEETransaction transaction, jakarta.persistence.EntityManagerFactory factory)static PhysicalEntityManagerWrapperEntityManagerWrapper. getTxEntityManager(JavaEETransaction transaction, jakarta.persistence.EntityManagerFactory factory)
-