public interface ExtendedPersistenceInheritanceStrategy
| Modifier and Type | Method and Description |
|---|---|
ExtendedEntityManager |
findExtendedPersistenceContext(String puScopedName)
Check if the current EJB container instance contains the specified extended persistence context.
|
void |
registerExtendedPersistenceContext(String scopedPuName,
ExtendedEntityManager entityManager)
Register the extended persistence context so it is accessible to other SFSB's during the
creation process.
|
void registerExtendedPersistenceContext(String scopedPuName, ExtendedEntityManager entityManager)
scopedPuName - entityManager - ExtendedEntityManager findExtendedPersistenceContext(String puScopedName)
puScopedName - Scoped pu nameCopyright © 2021 JBoss by Red Hat. All rights reserved.