Uses of Interface
javax.jdo.metadata.SequenceMetadata
Packages that use SequenceMetadata
Package
Description
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 SequenceMetadataModifier and TypeMethodDescriptionPackageMetadata.getSequences()
Accessor for any sequences defined on the package.PackageMetadata.newSequenceMetadata
(String name, SequenceStrategy strategy) Add a new sequence to this package.SequenceMetadata.setAllocationSize
(int size) Method to set the allocation size for the sequence.SequenceMetadata.setDatastoreSequence
(String seq) Method to set the name of the datastore sequence that this maps to.SequenceMetadata.setFactoryClass
(String clsName) Method to set the result class name for the query.SequenceMetadata.setInitialValue
(int val) Method to set the initial value for the sequence.