Modifier and Type | Method and Description |
---|---|
UnitOfWork |
EntityManager.getUnitOfWork()
This method will return the transactional UnitOfWork during the transaction and null
outside of the transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
RepeatableWriteUnitOfWork |
Modifier and Type | Method and Description |
---|---|
UnitOfWork |
EntityManagerImpl.getUnitOfWork()
This method will return the active UnitOfWork
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityManagerImpl.contains(Object entity,
UnitOfWork uow)
Check if the instance belongs to the current persistence
context.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitOfWorkImpl
Implementation of oracle.toplink.essentials.sessions.UnitOfWork
The public interface should be used by public API and testing, the implementation should be used internally.
|
Modifier and Type | Method and Description |
---|---|
UnitOfWork |
UnitOfWorkImpl.acquireUnitOfWork()
PUBLIC:
Nested units of work are not supported in TopLink Essentials.
|
UnitOfWork |
AbstractSession.acquireUnitOfWork()
PUBLIC:
Return a unit of work for this session.
|
UnitOfWork |
UnitOfWorkImpl.getActiveUnitOfWork()
PUBLIC:
Return the active unit of work for the current active external (JTS) transaction.
|
UnitOfWork |
AbstractSession.getActiveUnitOfWork()
PUBLIC:
Return the active unit of work for the current active external (JTS) transaction.
|
Modifier and Type | Method and Description |
---|---|
UnitOfWork |
Session.acquireUnitOfWork()
PUBLIC:
Return a unit of work for this session.
|
UnitOfWork |
Session.getActiveUnitOfWork()
PUBLIC:
Return the active unit of work for the current active external (JTS) transaction.
|
Modifier and Type | Method and Description |
---|---|
UnitOfWork |
ServerSession.acquireUnitOfWork()
PUBLIC:
Return a unit of work for this session.
|
Copyright © 2022. All rights reserved.