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:
- Serializable, Cloneable
public class XMLFileSequence
- extends EISSequence
Provides sequence support for EISPlatform
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.persistence.sequencing.QuerySequence |
getSelectQuery, getUpdateQuery, onConnect, onDisconnect, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction |
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, setName, setPreallocationSize, setQualifier, setShouldAlwaysOverrideExistingValue, shouldAlwaysOverrideExistingValue, shouldAlwaysOverrideExistingValue, shouldUsePreallocation, toString |
XMLFileSequence
public XMLFileSequence()
- Default constructor.
XMLFileSequence
public XMLFileSequence(String name)
XMLFileSequence
public XMLFileSequence(String name,
int size)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class EISSequence