Uses of Class
org.jboss.as.jpa.container.ExtendedEntityManager
-
Packages that use ExtendedEntityManager Package Description org.jboss.as.jpa.container -
-
Uses of ExtendedEntityManager in org.jboss.as.jpa.container
Methods in org.jboss.as.jpa.container that return ExtendedEntityManager Modifier and Type Method Description ExtendedEntityManagerExtendedPersistenceDeepInheritance. findExtendedPersistenceContext(String puScopedName)ExtendedEntityManagerExtendedPersistenceInheritanceStrategy. findExtendedPersistenceContext(String puScopedName)Check if the current EJB container instance contains the specified extended persistence context.ExtendedEntityManagerExtendedPersistenceShallowInheritance. findExtendedPersistenceContext(String puScopedName)static ExtendedEntityManager[]CreatedEntityManagers. getDeferredEntityManagers()Called by postconstruct interceptorMethods in org.jboss.as.jpa.container that return types with arguments of type ExtendedEntityManager Modifier and Type Method Description static ArrayList<Map<String,ExtendedEntityManager>>SFSBCallStack. currentSFSBCallStack()Return the current entity manager call stackstatic Map<String,ExtendedEntityManager>SFSBCallStack. currentSFSBCallStackInvocation()return for just the current entity manager invocationstatic Map<String,ExtendedEntityManager>SFSBCallStack. popCall()Pops the current SFSB invocation off the invocation call stackMethods in org.jboss.as.jpa.container with parameters of type ExtendedEntityManager Modifier and Type Method Description voidExtendedPersistenceDeepInheritance. registerExtendedPersistenceContext(String scopedPuName, ExtendedEntityManager entityManager)voidExtendedPersistenceInheritanceStrategy. registerExtendedPersistenceContext(String scopedPuName, ExtendedEntityManager entityManager)Register the extended persistence context so it is accessible to other SFSB's during the creation process.voidExtendedPersistenceShallowInheritance. registerExtendedPersistenceContext(String scopedPuName, ExtendedEntityManager entityManager)static voidCreatedEntityManagers. registerPersistenceContext(ExtendedEntityManager xpc)At injection time of a XPC, register the XPC (step 1 of 2) finishRegistrationOfPersistenceContext is step 2Method parameters in org.jboss.as.jpa.container with type arguments of type ExtendedEntityManager Modifier and Type Method Description static voidSFSBCallStack. pushCall(Map<String,ExtendedEntityManager> entityManagers)Push the passed SFSB context handle onto the invocation call stack
-