Package | Description |
---|---|
org.jboss.as.jpa.container |
Modifier and Type | Method and Description |
---|---|
ExtendedEntityManager |
ExtendedPersistenceShallowInheritance.findExtendedPersistenceContext(String puScopedName) |
ExtendedEntityManager |
ExtendedPersistenceDeepInheritance.findExtendedPersistenceContext(String puScopedName) |
ExtendedEntityManager |
ExtendedPersistenceInheritanceStrategy.findExtendedPersistenceContext(String puScopedName)
Check if the current EJB container instance contains the specified extended persistence context.
|
static ExtendedEntityManager[] |
CreatedEntityManagers.getDeferredEntityManagers()
Called by postconstruct interceptor
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Map<String,ExtendedEntityManager>> |
SFSBCallStack.currentSFSBCallStack()
Return the current entity manager call stack
|
static Map<String,ExtendedEntityManager> |
SFSBCallStack.currentSFSBCallStackInvocation()
return for just the current entity manager invocation
|
static Map<String,ExtendedEntityManager> |
SFSBCallStack.popCall()
Pops the current SFSB invocation off the invocation call stack
|
Modifier and Type | Method and Description |
---|---|
void |
ExtendedPersistenceShallowInheritance.registerExtendedPersistenceContext(String scopedPuName,
ExtendedEntityManager entityManager) |
void |
ExtendedPersistenceDeepInheritance.registerExtendedPersistenceContext(String scopedPuName,
ExtendedEntityManager entityManager) |
void |
ExtendedPersistenceInheritanceStrategy.registerExtendedPersistenceContext(String scopedPuName,
ExtendedEntityManager entityManager)
Register the extended persistence context so it is accessible to other SFSB's during the
creation process.
|
static void |
CreatedEntityManagers.registerPersistenceContext(ExtendedEntityManager xpc)
At injection time of a XPC, register the XPC (step 1 of 2)
finishRegistrationOfPersistenceContext is step 2
|
Modifier and Type | Method and Description |
---|---|
static void |
SFSBCallStack.pushCall(Map<String,ExtendedEntityManager> entityManagers)
Push the passed SFSB context handle onto the invocation call stack
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.