ObjectDB ObjectDB

Internal Website Search

141-150 of 200 resultsRefresh
34

Attribute.PersistentAttributeType.MANY_TO_ONE

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

GenerationType.IDENTITY

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

Attribute.PersistentAttributeType.MANY_TO_MANY

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

GenerationType.AUTO

Enum Constant javax.persistence.GenerationType AUTO Indicates that the persistence provider should pick an appropriate strategy for the particular database. The AUTO generation strategy may expect a database resource to exist, or it may attempt to create one. A vendor may provide documentation
34

Bindable.BindableType.ENTITY_TYPE

Enum Constant javax.persistence.metamodel.Bindable.BindableType ENTITY_TYPE Entity type Since: JPA 2.0
3

ForeignKeyAction.RESTRICT

Enum Constant javax.jdo.annotations.ForeignKeyAction RESTRICT Since: JDO 2.1
3

ForeignKeyAction.DEFAULT

Enum Constant javax.jdo.annotations.ForeignKeyAction DEFAULT Since: JDO 2.1
3

ForeignKeyAction.CASCADE

Enum Constant javax.jdo.annotations.ForeignKeyAction CASCADE Since: JDO 2.1
3

ForeignKeyAction.NULL

Enum Constant javax.jdo.annotations.ForeignKeyAction NULL Since: JDO 2.1
3

ForeignKeyAction.NONE

Enum Constant javax.jdo.annotations.ForeignKeyAction NONE 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