Package org.jboss.as.jpa.container
Class CreatedEntityManagers
java.lang.Object
org.jboss.as.jpa.container.CreatedEntityManagers
Tracks the lifecycle of created XPC Entity Managers
- Author:
- Scott Marlow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedEntityManager[]Called by postconstruct interceptorstatic voidAt injection time of a XPC, register the XPC (step 1 of 2) finishRegistrationOfPersistenceContext is step 2
-
Constructor Details
-
CreatedEntityManagers
public CreatedEntityManagers()
-
-
Method Details
-
registerPersistenceContext
At injection time of a XPC, register the XPC (step 1 of 2) finishRegistrationOfPersistenceContext is step 2- Parameters:
xpc- The ExtendedEntityManager
-
getDeferredEntityManagers
Called by postconstruct interceptor
-