Uses of Enum
javax.jdo.annotations.IdGeneratorStrategy
Packages that use IdGeneratorStrategy
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 IdGeneratorStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return IdGeneratorStrategyModifier and TypeMethodDescriptionstatic IdGeneratorStrategy
Returns the enum constant of this type with the specified name.static IdGeneratorStrategy[]
IdGeneratorStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IdGeneratorStrategy in javax.jdo.metadata
Methods in javax.jdo.metadata that return IdGeneratorStrategyModifier and TypeMethodDescriptionDatastoreIdentityMetadata.getStrategy()
Accessor for the identity generation strategy.MemberMetadata.getValueStrategy()
Accessor for the value strategyMethods in javax.jdo.metadata with parameters of type IdGeneratorStrategyModifier and TypeMethodDescriptionDatastoreIdentityMetadata.setStrategy
(IdGeneratorStrategy strategy) Method to set the identity generation strategy.MemberMetadata.setValueStrategy
(IdGeneratorStrategy str) Method to set the value strategy