ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
52

FieldResult.column

Annotation Element javax.persistence.FieldResult String column Name of the column in the SELECT clause - i.e., column aliases, if applicable. Since: JPA 1.0
52

Column.table

Annotation Element javax.persistence.Column String table (Optional) The name of the table that contains the column. If absent the column is assumed to be in the primary table. Default value: "" Since: JPA 1.0
52

Column.scale

Annotation Element javax.persistence.Column int scale (Optional) The scale for a decimal (exact numeric) column. (Applies only if a decimal column is used.) Default value: 0 Since: JPA 1.0
52

Column.columnDefinition

Annotation Element javax.persistence.Column String columnDefinition (Optional) The SQL fragment that is used when generating the DDL for the column. Defaults to the generated SQL to create a column of the inferred type. Default value: "" Since: JPA 1.0
52

Column.length

Annotation Element javax.persistence.Column int length (Optional) The column length. (Applies only if a string-valued column is used.) Default value: 255 Since: JPA 1.0
5

Value.column

Annotation Element javax.jdo.annotations.Value String column Name of the column to store the value in. Returns: the name of the column to store the value in Default value: "" Since: JDO 2.1
5

Discriminator.column

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

Join.column

Annotation Element javax.jdo.annotations.Join String column Name of the column in the join table. Returns: the name of the column in the join table Default value: "" Since: JDO 2.1
5

Key.column

Annotation Element javax.jdo.annotations.Key String column Name of the column to store the key in. Returns: name of the column to store the key in Default value: "" Since: JDO 2.1
5

Element.column

Annotation Element javax.jdo.annotations.Element String column Name of the column to store the element in. Returns: name of the column to store the element in Default value: "" 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