Skip navigation links
oracle.toplink.eis
Class EISSequence
java.lang.Object
oracle.toplink.sequencing.Sequence
oracle.toplink.sequencing.StandardSequence
oracle.toplink.sequencing.QuerySequence
oracle.toplink.eis.EISSequence
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- Direct Known Subclasses:
- XMLFileSequence
- 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.
- Since:
- OracleAS TopLink 10g (10.0.3)
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object obj)
|
Methods inherited from class oracle.toplink.sequencing.QuerySequence |
getSelectQuery, getUpdateQuery, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EISSequence
public EISSequence()
EISSequence
public EISSequence(java.lang.String name)
EISSequence
public EISSequence(java.lang.String name,
int size)
equals
public boolean equals(java.lang.Object obj)
-
- Overrides:
equals
in class QuerySequence
Skip navigation links