Uses of Interface
org.eclipse.persistence.internal.sequencing.Sequencing
-
-
Uses of Sequencing in org.eclipse.persistence.internal.sequencing
Subinterfaces of Sequencing in org.eclipse.persistence.internal.sequencing Modifier and Type Interface Description interfaceSequencingServerPurpose: Define interface for sequencing server.Methods in org.eclipse.persistence.internal.sequencing that return Sequencing Modifier and Type Method Description static SequencingSequencingFactory. createSequencing(AbstractSession session)INTERNAL: Takes a potential owner - a Session, returns Sequencing object.SequencingSequencingHome. getSequencing() -
Uses of Sequencing in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return Sequencing Modifier and Type Method Description SequencingAbstractSession. getSequencing()INTERNAL: Return the Sequencing object used by the session.SequencingDatabaseSessionImpl. getSequencing()PUBLIC: Return the Sequencing object used by the session.SequencingUnitOfWorkImpl. getSequencing()INTERNAL: Return the Sequencing object used by the session. -
Uses of Sequencing in org.eclipse.persistence.sessions.broker
Fields in org.eclipse.persistence.sessions.broker declared as Sequencing Modifier and Type Field Description protected SequencingSessionBroker. sequencingMethods in org.eclipse.persistence.sessions.broker that return Sequencing Modifier and Type Method Description SequencingSessionBroker. getSequencing()PUBLIC: Return the Sequencing object used by the session. -
Uses of Sequencing in org.eclipse.persistence.sessions.remote
Fields in org.eclipse.persistence.sessions.remote declared as Sequencing Modifier and Type Field Description protected SequencingRemoteSession. sequencingMethods in org.eclipse.persistence.sessions.remote that return Sequencing Modifier and Type Method Description SequencingRemoteSession. getSequencing()INTERNAL: Return the Sequencing object used by the session. -
Uses of Sequencing in org.eclipse.persistence.sessions.server
Fields in org.eclipse.persistence.sessions.server declared as Sequencing Modifier and Type Field Description protected SequencingClientSession. sequencingMethods in org.eclipse.persistence.sessions.server that return Sequencing Modifier and Type Method Description SequencingClientSession. getSequencing()INTERNAL: Return the Sequencing object used by the session.
-