Uses of Class
javax.jdo.annotations.VersionStrategy
-
Packages that use VersionStrategy Package Description javax.jdo.annotations This package contains the JDO annotations for use as an alternative to XML metadata.javax.jdo.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 VersionStrategy Modifier and Type Method Description VersionStrategystrategy()Strategy for versioning of objects of this class.static VersionStrategyVersionStrategy. valueOf(String name)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 VersionStrategy Modifier and Type Method Description VersionStrategyVersionMetadata. getStrategy()Accessor for the version strategy.Methods in javax.jdo.metadata with parameters of type VersionStrategy Modifier and Type Method Description VersionMetadataVersionMetadata. setStrategy(VersionStrategy strategy)Method to set the version strategy.
-