Miscellaneous JDO Annotations
This section contains miscellaneous JDO annotations and associated enum types:
- javax.jdo.annotations.Cacheablejavax.jdo.annotations.CacheableJDO annotationAnnotation to specify that this class/field/property is cacheable in a Level 2 cache.See JavaDoc Reference Page...
- javax.jdo.annotations.Extensionjavax.jdo.annotations.ExtensionJDO annotationAnnotation for a JDO vendor extension.See JavaDoc Reference Page...
- javax.jdo.annotations.Extensionsjavax.jdo.annotations.ExtensionsJDO annotationAnnotation for a group of extensionsSee JavaDoc Reference Page...
- javax.jdo.annotations.Queriesjavax.jdo.annotations.QueriesJDO annotationAnnotation for a group of named queries.See JavaDoc Reference Page...
- javax.jdo.annotations.Queryjavax.jdo.annotations.QueryJDO annotationAnnotation for a named query.See JavaDoc Reference Page...
- javax.jdo.annotations.Sequencejavax.jdo.annotations.SequenceJDO annotationAnnotation for a datastore sequence.See JavaDoc Reference Page...
- javax.jdo.annotations.SequenceStrategyjavax.jdo.annotations.SequenceStrategyJDO enumEnumeration of the sequence strategy values.See JavaDoc Reference Page...
- javax.jdo.annotations.IdGeneratorStrategyjavax.jdo.annotations.IdGeneratorStrategyJDO enumEnumeration of the id generator strategy values.See JavaDoc Reference Page...