ObjectDB ObjectDB

Internal Website Search

151-160 of 200 resultsRefresh
34

Attribute.PersistentAttributeType.ONE_TO_ONE

Enum Constant javax.persistence.metamodel.Attribute.PersistentAttributeType ONE_TO_ONE One-to-one association Since: JPA 2.0
34

GenerationType.TABLE

Enum Constant javax.persistence.GenerationType TABLE Indicates that the persistence provider must assign primary keys for the entity using an underlying database table to ensure uniqueness. Since: JPA 1.0
34

Attribute.PersistentAttributeType.ONE_TO_MANY

Enum Constant javax.persistence.metamodel.Attribute.PersistentAttributeType ONE_TO_MANY One-to-many association Since: JPA 2.0
34

GenerationType.SEQUENCE

Enum Constant javax.persistence.GenerationType SEQUENCE Indicates that the persistence provider must assign primary keys for the entity using a database sequence. Since: JPA 1.0
34

Bindable.BindableType.SINGULAR_ATTRIBUTE

Enum Constant javax.persistence.metamodel.Bindable.BindableType SINGULAR_ATTRIBUTE Single-valued attribute type Since: JPA 2.0
34

Bindable.BindableType.PLURAL_ATTRIBUTE

Enum Constant javax.persistence.metamodel.Bindable.BindableType PLURAL_ATTRIBUTE Multi-valued attribute type Since: JPA 2.0
34

AccessType.PROPERTY

Enum Constant javax.persistence.AccessType PROPERTY Property-based access is used. Since: JPA 2.0
34

AccessType.FIELD

Enum Constant javax.persistence.AccessType FIELD Field-based access is used. Since: JPA 2.0
3

NullValue.EXCEPTION

Enum Constant javax.jdo.annotations.NullValue EXCEPTION Since: JDO 2.1
3

NullValue.DEFAULT

Enum Constant javax.jdo.annotations.NullValue DEFAULT 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