Uses of Enum
org.eclipse.persistence.config.ReferenceMode
Packages that use ReferenceMode
Package
Description
-
Uses of ReferenceMode in org.eclipse.persistence.config
Methods in org.eclipse.persistence.config that return ReferenceModeModifier and TypeMethodDescriptionstatic ReferenceModeReturns 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.jpa
Fields in org.eclipse.persistence.internal.jpa declared as ReferenceModeModifier and TypeFieldDescriptionprotected ReferenceModeEntityManagerFactoryDelegate.referenceModeDefault property, allows weak unit of work references.protected ReferenceModeEntityManagerImpl.referenceModeReference mode property, allows weak unit of work references to allow garbage collection during a transaction.Methods in org.eclipse.persistence.internal.jpa that return ReferenceModeModifier and TypeMethodDescriptionEntityManagerFactoryDelegate.getReferenceMode()Return default property, allows weak unit of work references.EntityManagerFactoryImpl.getReferenceMode()Return default property, allows weak unit of work references.Methods in org.eclipse.persistence.internal.jpa with parameters of type ReferenceModeModifier and TypeMethodDescriptionvoidEntityManagerFactoryDelegate.setReferenceMode(ReferenceMode referenceMode) Set default property, allows weak unit of work references.voidEntityManagerFactoryImpl.setReferenceMode(ReferenceMode referenceMode) Set default property, allows weak unit of work references. -
Uses of ReferenceMode in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as ReferenceModeModifier and TypeFieldDescriptionprotected 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 ReferenceModeModifier and TypeMethodDescriptionAbstractSession.getDefaultReferenceMode()Stores the default Session wide reference mode that a UnitOfWork will use when referencing managed objects.UnitOfWorkImpl.getReferenceMode()Methods in org.eclipse.persistence.internal.sessions with parameters of type ReferenceModeModifier and TypeMethodDescriptionAbstractSession.acquireNonSynchronizedUnitOfWork(ReferenceMode referenceMode) INTERNAL: Return a unit of work for this session not registered with the JTS transaction.AbstractSession.acquireRepeatableWriteUnitOfWork(ReferenceMode referenceMode) PUBLIC: Return a repeatable write unit of work for this session.AbstractSession.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 ReferenceModeModifierConstructorDescriptionRepeatableWriteUnitOfWork(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 ReferenceModeModifier and TypeMethodDescriptionRemoteUnitOfWork.acquireUnitOfWork(ReferenceMode referenceMode) The nested unit of work must also be remote.Constructors in org.eclipse.persistence.internal.sessions.remote with parameters of type ReferenceModeModifierConstructorDescriptionRemoteUnitOfWork(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 ReferenceModeModifier and TypeMethodDescriptionSession.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 ReferenceModeModifier and TypeMethodDescriptionSession.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 ReferenceModeModifier and TypeMethodDescriptionRemoteSession.acquireRepeatableWriteUnitOfWork(ReferenceMode referenceMode) PUBLIC: Return a repeatable write unit of work for this session.RemoteSession.acquireUnitOfWork(ReferenceMode referenceMode) PUBLIC: Return a unit of work for this session.