org.eclipse.persistence.eis.adapters.xmlfile
Class XMLFileSequence
java.lang.Object
org.eclipse.persistence.sequencing.Sequence
org.eclipse.persistence.sequencing.StandardSequence
org.eclipse.persistence.sequencing.QuerySequence
org.eclipse.persistence.eis.EISSequence
org.eclipse.persistence.eis.adapters.xmlfile.XMLFileSequence
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class XMLFileSequence
- extends EISSequence
Provides sequence support for EISPlatform
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.persistence.sequencing.QuerySequence |
buildSelectQuery, buildUpdateQuery, createArguments, getSelectQuery, getUpdateQuery, onConnect, onDisconnect, select, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction, update, updateAndSelectSequence |
Methods inherited from class org.eclipse.persistence.sequencing.Sequence |
clone, equalNameAndSize, getDatasourcePlatform, getGeneratedValue, getGeneratedVector, getInitialValue, getName, getPreallocationSize, getQualified, getQualifier, isConnected, isCustomQualifier, isNative, isTable, isUnaryTable, onConnect, onDisconnect, setDatasourcePlatform, setName, setPreallocationSize, setQualifier, setShouldAlwaysOverrideExistingValue, shouldAlwaysOverrideExistingValue, shouldAlwaysOverrideExistingValue, shouldUsePreallocation, toString, verifyPlatform |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLFileSequence
public XMLFileSequence()
- Default constructor.
XMLFileSequence
public XMLFileSequence(java.lang.String name)
XMLFileSequence
public XMLFileSequence(java.lang.String name,
int size)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class EISSequence
buildSelectQuery
protected ValueReadQuery buildSelectQuery()
- Support sequencing through sequence file.
- Overrides:
buildSelectQuery
in class QuerySequence
buildUpdateQuery
protected DataModifyQuery buildUpdateQuery()
- Support sequencing through sequence file.
- Overrides:
buildUpdateQuery
in class QuerySequence