|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.sequencing.Sequence
oracle.toplink.sequencing.StandardSequence
oracle.toplink.sequencing.QuerySequence
oracle.toplink.eis.EISSequence
oracle.toplink.eis.adapters.xmlfile.XMLFileSequence
Provides sequence support for EISPlatform
Constructor Summary | |
XMLFileSequence() Default constructor. |
|
XMLFileSequence(java.lang.String name) |
|
XMLFileSequence(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 |
Methods inherited from class oracle.toplink.sequencing.Sequence |
clone, equalNameAndSize, getDatasourcePlatform, getName, getPreallocationSize, isConnected, setName, setPreallocationSize |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLFileSequence()
public XMLFileSequence(java.lang.String name)
public XMLFileSequence(java.lang.String name, int size)
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class EISSequence
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |