public class EISSequence extends QuerySequence
The EISSequence
class allows access to sequence resources using custom read (ValueReadQuery) and update (DataModifyQuery) queries and a user specified preallocation size. This allows sequencing to be performed using stored procedures, and access to sequence resources that are not supported by the other sequencing types provided by TopLink.
Constructor and Description |
---|
EISSequence() |
EISSequence(java.lang.String name) |
EISSequence(java.lang.String name, int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
getSelectQuery, getUpdateQuery, onConnect, onDisconnect, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction
getGeneratedValue, getGeneratedVector, setInitialValue
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
public EISSequence()
public EISSequence(java.lang.String name)
public EISSequence(java.lang.String name, int size)
public boolean equals(java.lang.Object obj)
equals
in class QuerySequence