Uses of Class
javax.jdo.annotations.VersionStrategy
-
Packages that use VersionStrategy Package Description javax.jdo.annotations -
-
Uses of VersionStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return VersionStrategy Modifier and Type Method Description VersionStrategy
strategy()
Strategy for versioning of objects of this class.static VersionStrategy
VersionStrategy. valueOf(java.lang.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.
-