Uses of Interface
javax.jdo.metadata.SequenceMetadata
-
Packages that use SequenceMetadata Package Description javax.jdo.metadata This package contains classes representing the different components of the JDO Metadata. -
-
Uses of SequenceMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return SequenceMetadata Modifier and Type Method Description SequenceMetadata[]PackageMetadata. getSequences()Accessor for any sequences defined on the package.SequenceMetadataPackageMetadata. newSequenceMetadata(String name, SequenceStrategy strategy)Add a new sequence to this package.SequenceMetadataSequenceMetadata. setAllocationSize(int size)Method to set the allocation size for the sequence.SequenceMetadataSequenceMetadata. setDatastoreSequence(String seq)Method to set the name of the datastore sequence that this maps to.SequenceMetadataSequenceMetadata. setFactoryClass(String clsName)Method to set the result class name for the query.SequenceMetadataSequenceMetadata. setInitialValue(int val)Method to set the initial value for the sequence.
-