ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
52

Column.unique

Annotation Element javax.persistence.Column boolean unique (Optional) Whether the column is a unique key. This is a shortcut for the UniqueConstraint annotation at the table level and is useful for when the unique key constraint corresponds to only a single column. This constraint applies in
5

DatastoreIdentity.column

Annotation Element javax.jdo.annotations.DatastoreIdentity String column Name of the column for the datastore identity Returns: Name of the column for the datastore identity Default value: "" Since: JDO 2.1
5

PrimaryKey.column

Annotation Element javax.jdo.annotations.PrimaryKey String column Name of the column to use for the primary key Returns: the name of the column to use for the primary key Default value: "" Since: JDO 2.1
5

Order.column

Annotation Element javax.jdo.annotations.Order String column The name of the column to use for ordering the elements of the member. Returns: the name of the ordering column Default value: "" Since: JDO 2.1
5

Version.column

Annotation Element javax.jdo.annotations.Version String column Name of the column for the version. Returns: the name of the column for the version Default value: "" Since: JDO 2.1
5

Column.sqlType

Annotation Element javax.jdo.annotations.Column String sqlType SQL Type for this column. Returns: SQL type for this column Default value: "" Since: JDO 2.1
5

Column.targetMember

Annotation Element javax.jdo.annotations.Column String targetMember Target member in the other class or interface for this column when part of a bidirectional relation. Returns: the target member for this column when part of a bidirectional relation. Default value: "" Since: JDO 2.1
5

Column.length

Annotation Element javax.jdo.annotations.Column int length Maximum length of data stored in this column. Returns: the maximum length of data stored in this column Default value: -1 Since: JDO 2.1
5

Column.jdbcType

Annotation Element javax.jdo.annotations.Column String jdbcType JDBC Type for this column. Returns: JDBC type for this column Default value: "" Since: JDO 2.1
5

Column.scale

Annotation Element javax.jdo.annotations.Column int scale Scale for the column when handling floating point values. Returns: the scale for the column when handling floating point values Default value: -1 Since: JDO 2.1

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support