Package | Description |
---|---|
org.jboss.as.jpa.container | |
org.jboss.as.jpa.interceptor |
Modifier and Type | Method and Description |
---|---|
static ReferenceCountedEntityManager |
SFSBCallStack.findPersistenceContext(String puScopedName)
For the current thread, look at the call stack (containing entity manager maps) and return the first extended
persistence context that is based on puScopedName.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Map<String,ReferenceCountedEntityManager>> |
SFSBCallStack.currentSFSBCallStack()
Return the current entity manager call stack
|
static Map<String,ReferenceCountedEntityManager> |
SFSBCallStack.currentSFSBCallStackInvocation()
return for just the current entity manager invocation
|
static List<ReferenceCountedEntityManager> |
CreatedEntityManagers.getDeferredEntityManagers()
Called by postconstruct interceptor
|
static Map<String,ReferenceCountedEntityManager> |
SFSBCallStack.popCall()
Pops the current SFSB invocation off the invocation call stack
|
Modifier and Type | Method and Description |
---|---|
static void |
SFSBCallStack.extendedPersistenceContextCreated(String scopedPuName,
ReferenceCountedEntityManager entityManager)
register the entity manager map so it is accessible to other SFSB's during the creation process
|
static void |
CreatedEntityManagers.registerPersistenceContext(ReferenceCountedEntityManager 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,ReferenceCountedEntityManager> entityManagers)
Push the passed SFSB context handle onto the invocation call stack
|
Constructor and Description |
---|
SFSBInvocationInterceptor(Map<String,ReferenceCountedEntityManager> entityManagers) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.