Uses of Interface
org.eclipse.persistence.sequencing.SequencingControl
-
Packages that use SequencingControl Package Description org.eclipse.persistence.internal.sequencing org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions -
-
Uses of SequencingControl in org.eclipse.persistence.internal.sequencing
Methods in org.eclipse.persistence.internal.sequencing that return SequencingControl Modifier and Type Method Description SequencingControlSequencingHome. getSequencingControl() -
Uses of SequencingControl in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions that return SequencingControl Modifier and Type Method Description SequencingControlDatabaseSessionImpl. getSequencingControl()PUBLIC: Return SequencingControl which used for sequencing setup and customization including management of sequencing preallocation. -
Uses of SequencingControl in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return SequencingControl Modifier and Type Method Description SequencingControlDatabaseSession. getSequencingControl()PUBLIC: Return SequencingControl which used for sequencing setup and customization including management of sequencing preallocation.
-