Package | Description |
---|---|
com.caucho.amber.manager | |
com.caucho.config.gen | |
com.caucho.ejb.util | |
com.caucho.server.webbeans | |
com.caucho.transaction | |
javax.transaction |
Modifier and Type | Class and Description |
---|---|
class |
AmberConnection
The entity manager from a entity manager proxy.
|
class |
AmberEntityManager
The entity manager from a entity manager proxy.
|
class |
CacheConnection
The entity manager from a entity manager proxy.
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronizationAdapter
Utilities
|
Modifier and Type | Class and Description |
---|---|
static class |
XAManager.SynchronizationAdapter |
Modifier and Type | Class and Description |
---|---|
class |
XAContextContainer
Container for an @TransactionScoped bean
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionSynchronizationRegistryImpl.registerInterposedSynchronization(Synchronization synchronization) |
void |
TransactionImpl.registerInterposedSynchronization(Synchronization synchronization)
Registers synchronization interposed by container resources such as the JPA
persistence provider.
|
void |
TransactionImpl.registerSynchronization(Synchronization synchronization)
Register a synchronization callback
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionSynchronizationRegistry.registerInterposedSynchronization(Synchronization synchronization) |
void |
Transaction.registerSynchronization(Synchronization sync)
Registers a synchronization.
|