Uses of Class
org.jboss.as.jpa.container.ExtendedEntityManager
Packages that use ExtendedEntityManager
-
Uses of ExtendedEntityManager in org.jboss.as.jpa.container
Methods in org.jboss.as.jpa.container that return ExtendedEntityManagerModifier and TypeMethodDescriptionExtendedPersistenceDeepInheritance.findExtendedPersistenceContext(String puScopedName) ExtendedPersistenceInheritanceStrategy.findExtendedPersistenceContext(String puScopedName) Check if the current EJB container instance contains the specified extended persistence context.ExtendedPersistenceShallowInheritance.findExtendedPersistenceContext(String puScopedName) static ExtendedEntityManager[]CreatedEntityManagers.getDeferredEntityManagers()Called by postconstruct interceptorMethods in org.jboss.as.jpa.container that return types with arguments of type ExtendedEntityManagerModifier and TypeMethodDescriptionstatic 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 ExtendedEntityManagerModifier and TypeMethodDescriptionvoidExtendedPersistenceDeepInheritance.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 ExtendedEntityManagerModifier and TypeMethodDescriptionstatic voidSFSBCallStack.pushCall(Map<String, ExtendedEntityManager> entityManagers) Push the passed SFSB context handle onto the invocation call stack