Uses of Class
javax.jdo.annotations.IdGeneratorStrategy
-
Packages that use IdGeneratorStrategy 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 IdGeneratorStrategy in javax.jdo.annotations
Methods in javax.jdo.annotations that return IdGeneratorStrategy Modifier and Type Method Description IdGeneratorStrategystrategy()Strategy to use when generating datastore identitiesstatic IdGeneratorStrategyIdGeneratorStrategy. valueOf(String name)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.IdGeneratorStrategyvalueStrategy()Value strategy to use to generate the value for this field or property (if any). -
Uses of IdGeneratorStrategy in javax.jdo.metadata
Methods in javax.jdo.metadata that return IdGeneratorStrategy Modifier and Type Method Description IdGeneratorStrategyDatastoreIdentityMetadata. getStrategy()Accessor for the identity generation strategy.IdGeneratorStrategyMemberMetadata. getValueStrategy()Accessor for the value strategyMethods in javax.jdo.metadata with parameters of type IdGeneratorStrategy Modifier and Type Method Description DatastoreIdentityMetadataDatastoreIdentityMetadata. setStrategy(IdGeneratorStrategy strategy)Method to set the identity generation strategy.MemberMetadataMemberMetadata. setValueStrategy(IdGeneratorStrategy str)Method to set the value strategy
-