Uses of Interface
org.eclipse.persistence.sessions.UnitOfWork
-
-
Uses of UnitOfWork in org.eclipse.persistence.descriptors.copying
Methods in org.eclipse.persistence.descriptors.copying with parameters of type UnitOfWork Modifier and Type Method Description ObjectAbstractCopyPolicy. buildWorkingCopyCloneFromRow(DataRecord row, ObjectBuildingQuery query, Object primaryKey, UnitOfWork uow)By default create a new instance.ObjectCloneCopyPolicy. buildWorkingCopyCloneFromRow(DataRecord row, ObjectBuildingQuery query, Object primaryKey, UnitOfWork uow)Create a new instance, unless a workingCopyClone method is specified, then build a new instance and clone it.ObjectCopyPolicy. buildWorkingCopyCloneFromRow(DataRecord row, ObjectBuildingQuery query, Object primaryKey, UnitOfWork uow)Return an instance with the primary key set from the row, used for building a working copy during a unit of work transactional read. -
Uses of UnitOfWork in org.eclipse.persistence.internal.sessions
Classes in org.eclipse.persistence.internal.sessions that implement UnitOfWork Modifier and Type Class Description classRepeatableWriteUnitOfWorkclassUnitOfWorkImplImplementation of org.eclipse.persistence.sessions.UnitOfWork The public interface should be used.Methods in org.eclipse.persistence.internal.sessions that return UnitOfWork Modifier and Type Method Description UnitOfWorkAbstractSession. getActiveUnitOfWork()PUBLIC: Return the active unit of work for the current active external (JTS) transaction.UnitOfWorkUnitOfWorkImpl. getActiveUnitOfWork()PUBLIC: Return the active unit of work for the current active external (JTS) transaction. -
Uses of UnitOfWork in org.eclipse.persistence.internal.sessions.remote
Classes in org.eclipse.persistence.internal.sessions.remote that implement UnitOfWork Modifier and Type Class Description classRemoteUnitOfWorkCounter part of the unit of work which exists on the client side. -
Uses of UnitOfWork in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return UnitOfWork Modifier and Type Method Description UnitOfWorkSession. acquireUnitOfWork()PUBLIC: Return a unit of work for this session.UnitOfWorkSession. acquireUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a unit of work for this session.UnitOfWorkSession. getActiveUnitOfWork()PUBLIC: Return the active unit of work for the current active external (JTS) transaction. -
Uses of UnitOfWork in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories that return UnitOfWork Modifier and Type Method Description UnitOfWorkSessionFactory. acquireUnitOfWork()Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.UnitOfWorkSessionFactory. acquireUnitOfWork(Session session)Looks up the active UnitOfWork using either the global JTA TX or acquires a new one from the active session.
-