ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
20

MapKeyColumn.unique

Annotation Element javax.persistence.MapKeyColumn 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
2

Element.table

Annotation Element javax.jdo.annotations.Element String table Name of the table for the element. Returns: name of the table for the element Default value: "" Since: JDO 2.1
2

Element.serialized

Annotation Element javax.jdo.annotations.Element String serialized Whether the element is to be stored serialized (into a join table) Returns: whether the element is to be stored serialized (into a join table) Default value: "" Since: JDO 2.1
2

Element.unique

Annotation Element javax.jdo.annotations.Element String unique Whether a unique constraint should be generated or assumed. Returns: whether a unique constraint should be generated or assumed Default value: "" Since: JDO 2.1
2

Element.types

Annotation Element javax.jdo.annotations.Element Class[] types Types of the elements. This can be determined if using JDK1.5 generics but is required otherwise. Multiple types can be specified if the implementation supports multiple types. Returns: the types of elements Default value: {} Since: JDO 2.1
2

Element.index

Annotation Element javax.jdo.annotations.Element String index The name of the index to generate. Returns: the name of the index Default value: "" Since: JDO 2.1
2

Element.generateForeignKey

Annotation Element javax.jdo.annotations.Element String generateForeignKey Generate or assume a foreign key constraint exists on the column or columns associated with this join. Specify "true" or "false". Returns: whether to generate or assume a primary key constraint Default value: "" Since: JDO 2.1
2

Element.mappedBy

Annotation Element javax.jdo.annotations.Element String mappedBy Name of the member in the target class that forms a bidirectional relationship with this member. Returns: name of the member in the target class that forms a bidirectional relationship with this member Default value: "" Since: JDO 2.1
2

Element.indexed

Annotation Element javax.jdo.annotations.Element String indexed Whether the value column(s) should be indexed. Returns: whether the value column(s) should be indexed. Default value: "" Since: JDO 2.1
2

Key.index

Annotation Element javax.jdo.annotations.Key String index The name of the index to generate. Returns: the name of the index 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