public class NucleusSequenceImpl
extends org.datanucleus.store.NucleusSequenceImpl
Constructor and Description |
---|
NucleusSequenceImpl(org.datanucleus.ExecutionContext objectMgr,
RDBMSStoreManager storeMgr,
org.datanucleus.metadata.SequenceMetaData seqmd)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
setGenerator()
Method to set the value generator.
|
public NucleusSequenceImpl(org.datanucleus.ExecutionContext objectMgr, RDBMSStoreManager storeMgr, org.datanucleus.metadata.SequenceMetaData seqmd)
objectMgr
- The ExecutionContext managing the sequencestoreMgr
- Manager of the store where we obtain the sequenceseqmd
- MetaData defining the sequenceCopyright © 2015. All rights reserved.