Internal Website Search

41-50 of 200 resultsRefresh

Column.insertable

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnboolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by

Column.name

Element Column" title="Annotation in javax.persistence">javax.persistence.ColumnString name (Optional) The name of the column. Defaults to the property or field name.

Column.updatable

Element Column" title="Annotation in javax.persistence">javax.persistence.Columnboolean updatable (Optional) Whether the column is included in SQL UPDATE statements generated by

Element.column

in javax.jdo.annotations">javax.jdo.annotations.ElementString column Name of the column to store the element in. Returns: name of the column to store

DatastoreIdentity.column

column Name of the column for the datastore identity ... of the column for the datastore identity

PrimaryKey.column

="Annotation in javax.jdo.annotations">javax.jdo.annotations.PrimaryKeyString column Name of the column to use for the primary key Returns: the name of the column

Order.column

in javax.jdo.annotations">javax.jdo.annotations.OrderString column The name of the column to use for ordering the elements of the member ... of the ordering column Default value

Version.column

in javax.jdo.annotations">javax.jdo.annotations.VersionString column Name of the column for the version. Returns: the name of the column for the version

Persistent.column

="Annotation in javax.jdo.annotations">javax.jdo.annotations.PersistentString column Column name where the values are stored for this member ... of the column Default value:

Column.extensions

Annotation Element Column" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.Column