org.objectweb.speedo.sequence.jdo
Class JDOSequence

java.lang.Object
  extended by org.objectweb.speedo.sequence.lib.SpeedoSequence
      extended by org.objectweb.speedo.sequence.jdo.JDOSequence
All Implemented Interfaces:
java.io.Serializable, Sequence, SpeedoSequenceItf

public class JDOSequence
extends SpeedoSequence
implements Sequence

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.speedo.sequence.lib.SpeedoSequence
cache, CONTIGUOUS, CONTIGUOUS_STRING, datastoreName, factoryClass, increment, name, NON_TRANSACTIONAL, NON_TRANSACTIONAL_STRING, packageName, start, strategy, TRANSACTIONAL, TRANSACTIONAL_STRING
 
Constructor Summary
JDOSequence()
           
 
Method Summary
 
Methods inherited from class org.objectweb.speedo.sequence.lib.SpeedoSequence
allocate, current, currentValue, getLongGen, getName, getSequenceManager, next, nextValue, setLongGen, setSequenceManager, strategyToByte, strategyToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jdo.datastore.Sequence
allocate, current, currentValue, getName, next, nextValue
 

Constructor Detail

JDOSequence

public JDOSequence()