|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceMetadata | |
---|---|
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 | |
---|---|
SequenceMetadata[] |
PackageMetadata.getSequences()
Accessor for any sequences defined on the package. |
SequenceMetadata |
PackageMetadata.newSequenceMetadata(String name,
SequenceStrategy strategy)
Add a new sequence to this package. |
SequenceMetadata |
SequenceMetadata.setAllocationSize(int size)
Method to set the allocation size for the sequence |
SequenceMetadata |
SequenceMetadata.setDatastoreSequence(String seq)
Method to set the name of the datastore sequence that this maps to. |
SequenceMetadata |
SequenceMetadata.setFactoryClass(String clsName)
Method to set the result class name for the query |
SequenceMetadata |
SequenceMetadata.setInitialValue(int val)
Method to set the initial value for the sequence |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |