Uses of Class
org.eclipse.persistence.config.ReferenceMode
-
-
Uses of ReferenceMode in org.eclipse.persistence.config
Methods in org.eclipse.persistence.config that return ReferenceMode Modifier and Type Method Description static ReferenceModeReferenceMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceMode[]ReferenceMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferenceMode in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ReferenceMode Modifier and Type Field Description protected ReferenceModeAbstractSession. defaultReferenceModeStores the default reference mode that a UnitOfWork will use when referencing managed objects.protected ReferenceModeUnitOfWorkImpl. referenceModeThis stored the reference mode for this UOW.Methods in org.eclipse.persistence.internal.sessions that return ReferenceMode Modifier and Type Method Description ReferenceModeAbstractSession. getDefaultReferenceMode()Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.ReferenceModeUnitOfWorkImpl. getReferenceMode()Methods in org.eclipse.persistence.internal.sessions with parameters of type ReferenceMode Modifier and Type Method Description UnitOfWorkImplAbstractSession. acquireNonSynchronizedUnitOfWork(ReferenceMode referenceMode)INTERNAL: Return a unit of work for this session not registered with the JTS transaction.RepeatableWriteUnitOfWorkAbstractSession. acquireRepeatableWriteUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a repeatable write unit of work for this session.UnitOfWorkImplAbstractSession. acquireUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a unit of work for this session.voidAbstractSession. setDefaultReferenceMode(ReferenceMode defaultReferenceMode)Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.Constructors in org.eclipse.persistence.internal.sessions with parameters of type ReferenceMode Constructor Description RepeatableWriteUnitOfWork(AbstractSession parentSession, ReferenceMode referenceMode)UnitOfWorkImpl(AbstractSession parent, ReferenceMode referenceMode)INTERNAL: Create and return a new unit of work with the session as its parent. -
Uses of ReferenceMode in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type ReferenceMode Modifier and Type Method Description UnitOfWorkImplRemoteUnitOfWork. acquireUnitOfWork(ReferenceMode referenceMode)The nested unit of work must also be remote.Constructors in org.eclipse.persistence.internal.sessions.remote with parameters of type ReferenceMode Constructor Description RemoteUnitOfWork(RemoteUnitOfWork parent, ReferenceMode referenceMode)RemoteUnitOfWork(DistributedSession parent, ReferenceMode referenceMode) -
Uses of ReferenceMode in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ReferenceMode Modifier and Type Method Description ReferenceModeSession. getDefaultReferenceMode()Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.Methods in org.eclipse.persistence.sessions with parameters of type ReferenceMode Modifier and Type Method Description UnitOfWorkSession. acquireUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a unit of work for this session.voidSession. setDefaultReferenceMode(ReferenceMode defaultReferenceMode)Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects. -
Uses of ReferenceMode in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote with parameters of type ReferenceMode Modifier and Type Method Description RepeatableWriteUnitOfWorkRemoteSession. acquireRepeatableWriteUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a repeatable write unit of work for this session.UnitOfWorkImplRemoteSession. acquireUnitOfWork(ReferenceMode referenceMode)PUBLIC: Return a unit of work for this session.
-