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.
selectQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction, updateQuery, wasSelectQueryCreated, wasUpdateQueryCreated
depth, initialValue, isCustomQualifier, name, platform, qualifier, shouldAlwaysOverrideExistingValue, size
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) |
buildSelectQuery, buildSelectQuery, buildUpdateQuery, buildUpdateQuery, createArguments, getSelectQuery, getUpdateQuery, onConnect, onDisconnect, select, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction, update, updateAndSelectSequence
createVector, getGeneratedValue, getGeneratedVector, setInitialValue
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
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