Internal Website Search

1-10 of 200 resultsRefresh

Apache License, Version 2.0, January 2004

> "Contribution" shall mean any work of authorship, including the original version of the Work

javax.persistence.Version

Annotation Version Specifies the version field or property of an entity class that serves as its optimistic lock value. The version is used to ensure integrity

javax.jdo.annotations.Version

Annotation Version Annotation for the versioning of the class. Corresponds to the xml element "version" of the "class" and "property" elements.

Version.strategy

Element Version" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Version Strategy for versioning of objects of this class.

Version.indexed

Element Version" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.VersionString indexed Whether the version column(s) is(are) indexed.

Version.columns

Element Version" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Version The column(s) making up the version.

Version.column

Element Version" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.VersionString column Name of the column for the version.

Version.customStrategy

Element Version" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.VersionString customStrategy Custom strategy for versioning of objects of this class

Constants.OPTION_VERSION_DATETIME

">javax.jdo.ConstantsString OPTION_VERSION_DATETIME "javax.jdo.option.version.DateTime" Since: JDO 2.1

Constants.OPTION_VERSION_STATE_IMAGE

">javax.jdo.ConstantsString OPTION_VERSION_STATE_IMAGE "javax.jdo.option.version.StateImage" Since: JDO 2