|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.NucleusSequenceImpl
org.datanucleus.store.rdbms.NucleusSequenceImpl
public class NucleusSequenceImpl
Basic implementation of a DataNucleus datastore sequence for RDBMS. Utilises the org.datanucleus.store.valuegenerator classes to generate sequence values.
| Field Summary |
|---|
| Fields inherited from class org.datanucleus.store.NucleusSequenceImpl |
|---|
generator, LOCALISER, om, seqMetaData, storeManager |
| Constructor Summary | |
|---|---|
NucleusSequenceImpl(org.datanucleus.ObjectManager objectMgr,
org.datanucleus.store.mapped.MappedStoreManager storeMgr,
org.datanucleus.metadata.SequenceMetaData seqmd)
Constructor. |
|
| Method Summary | |
|---|---|
void |
setGenerator()
Method to set the value generator. |
| Methods inherited from class org.datanucleus.store.NucleusSequenceImpl |
|---|
allocate, current, currentValue, getName, next, nextValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NucleusSequenceImpl(org.datanucleus.ObjectManager objectMgr,
org.datanucleus.store.mapped.MappedStoreManager storeMgr,
org.datanucleus.metadata.SequenceMetaData seqmd)
objectMgr - The Object Manager managing the sequencestoreMgr - Manager of the store where we obtain the sequenceseqmd - MetaData defining the sequence| Method Detail |
|---|
public void setGenerator()
setGenerator in class org.datanucleus.store.NucleusSequenceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||