Uses of Interface
org.eclipse.persistence.internal.sequencing.SequencingHome
-
Packages that use SequencingHome Package Description org.eclipse.persistence.internal.sequencing org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions.broker -
-
Uses of SequencingHome in org.eclipse.persistence.internal.sequencing
Methods in org.eclipse.persistence.internal.sequencing that return SequencingHome Modifier and Type Method Description static SequencingHomeSequencingFactory. createSequencingHome(DatabaseSessionImpl ownerSession)INTERNAL: Takes a potential owner - a DatabaseSession, returns SequencingHome object. -
Uses of SequencingHome in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SequencingHome Modifier and Type Field Description protected SequencingHomeDatabaseSessionImpl. sequencingHomeINTERNAL: sequencingHome for this session.Methods in org.eclipse.persistence.internal.sessions that return SequencingHome Modifier and Type Method Description protected SequencingHomeDatabaseSessionImpl. getSequencingHome()INTERNAL: Return SequencingHome which used to obtain all sequence-related interfaces for DatabaseSessionMethods in org.eclipse.persistence.internal.sessions with parameters of type SequencingHome Modifier and Type Method Description protected voidDatabaseSessionImpl. setSequencingHome(SequencingHome sequencingHome)INTERNAL: Set the SequencingHome object used by the session. -
Uses of SequencingHome in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker that return SequencingHome Modifier and Type Method Description protected SequencingHomeSessionBroker. getSequencingHome()PROTECTED: Session broker doesn't have SequencingHome.
-