ObjectDB ObjectDB

Internal Website Search

1-10 of 152 resultsRefresh
64

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
64

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
7

javax.jdo.annotations.Unique

javax.jdo.annotations Annotation Unique Target: Classes and fields (including property get methods) Annotation for a database unique constraint. Used for database schema generation to create unique constraints. Also used to reorder database operations when flushing changes to avoid unique
6

javax.jdo.annotations.Uniques

javax.jdo.annotations Annotation Uniques Target: Classes Annotation for a group of unique constraints. Since: JDO 2.1 Unique[] value The unique constraints. The unique constraints. Returns: The unique constraints Since: JDO 2.1
6

Unique.table

Annotation Element javax.jdo.annotations.Unique String table Table for the unique constraint. This is needed iff annotating a type where this unique constraint is not for the primary table for the persistent class or interface. Returns: the table on which the unique constraint is defined Default value: "" Since: JDO 2.1
6

Uniques.value

Annotation Element javax.jdo.annotations.Uniques Unique[] value The unique constraints. Returns: The unique constraints Since: JDO 2.1
6

Join.unique

Annotation Element javax.jdo.annotations.Join String unique Whether the join column is unique. Returns: whether the join column(s) is(are) is unique Default value: "" Since: JDO 2.1
6

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
6

ForeignKey.unique

Annotation Element javax.jdo.annotations.ForeignKey String unique Whether this foreign key is unique. Returns: whether this foreign key is unique Default value: "" Since: JDO 2.1
6

Value.unique

Annotation Element javax.jdo.annotations.Value String unique Whether the element column(s) contents should be considered unique Returns: whether the element column(s) contents should be considered unique 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