Uses of Enum
javax.jdo.annotations.SequenceStrategy
Packages that use SequenceStrategy
Package
Description
This package contains the JDO annotations for use as an alternative to XML metadata.
This package contains classes representing the different components of the JDO Metadata.
-
Uses of SequenceStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return SequenceStrategyModifier and TypeMethodDescriptionstatic SequenceStrategy
Returns the enum constant of this type with the specified name.static SequenceStrategy[]
SequenceStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SequenceStrategy in javax.jdo.metadata
Methods in javax.jdo.metadata that return SequenceStrategyModifier and TypeMethodDescriptionSequenceMetadata.getSequenceStrategy()
Accessor for the sequence strategy (set on construction).Methods in javax.jdo.metadata with parameters of type SequenceStrategyModifier and TypeMethodDescriptionPackageMetadata.newSequenceMetadata
(String name, SequenceStrategy strategy) Add a new sequence to this package.