Uses of Enum
javax.jdo.annotations.VersionStrategy
Packages that use VersionStrategy
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 VersionStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return VersionStrategyModifier and TypeMethodDescriptionstatic VersionStrategy
Returns the enum constant of this type with the specified name.static VersionStrategy[]
VersionStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionStrategy in javax.jdo.metadata
Methods in javax.jdo.metadata that return VersionStrategyModifier and TypeMethodDescriptionVersionMetadata.getStrategy()
Accessor for the version strategy.Methods in javax.jdo.metadata with parameters of type VersionStrategyModifier and TypeMethodDescriptionVersionMetadata.setStrategy
(VersionStrategy strategy) Method to set the version strategy.