Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.eis
Class EISSequence

java.lang.Object
  extended by oracle.toplink.sequencing.Sequence
      extended by oracle.toplink.sequencing.StandardSequence
          extended by oracle.toplink.sequencing.QuerySequence
              extended by oracle.toplink.eis.EISSequence
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
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

Constructor Summary
EISSequence()
           
EISSequence(java.lang.String name)
           
EISSequence(java.lang.String name, int size)
           
 
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 oracle.toplink.sequencing.StandardSequence
getGeneratedValue, getGeneratedVector, setInitialValue
 
Methods inherited from class oracle.toplink.sequencing.Sequence
clone, getDatasourcePlatform, getInitialValue, getName, getPreallocationSize, isConnected, isNative, isTable, isUnaryTable, setName, setPreallocationSize
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EISSequence

public EISSequence()

EISSequence

public EISSequence(java.lang.String name)

EISSequence

public EISSequence(java.lang.String name,
                   int size)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class QuerySequence

Copyright © 1998, 2010, Oracle. All Rights Reserved.