ObjectDB ObjectDB

Internal Website Search

31-40 of 200 resultsRefresh
46

Criteria Query From Elements

(bound by an entity class) are represented by the Root subinterface: Join variables (bound by an attribute of a preceding variable in the FROM clause) are represented by the Join subinterface and its descendant interfaces: See the FROM in Criteria Queries section for more details and examples. Join
4

Join.generateForeignKey

Annotation Element javax.jdo.annotations.Join 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 foreign key constraint Default value: "" Since: JDO 2.1
4

Join.extensions

Annotation Element javax.jdo.annotations.Join Extension[] extensions Vendor extensions. Returns: the vendor extensions Default value: {} Since: JDO 2.1
4

Join.uniqueKey

Annotation Element javax.jdo.annotations.Join String uniqueKey The name of the unique key constraint to generate. Returns: the name of the unique key constraint Default value: "" Since: JDO 2.1
4

Join.primaryKey

Annotation Element javax.jdo.annotations.Join String primaryKey Name for a generated primary key constraint. Returns: the name of the generated primary key constraint Default value: "" Since: JDO 2.1
4

Constants.OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS

Static Field javax.jdo.Constants String OPTION_MAPPING_NON_JOINED_TABLE_PER_CONCRETE_CLASS "javax.jdo.option.mapping.NonJoinedTablePerConcreteClass" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
4

Constants.OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS

Static Field javax.jdo.Constants String OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS "javax.jdo.option.mapping.JoinedTablePerConcreteClass" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
4

Constants.OPTION_MAPPING_JOINED_TABLE_PER_CLASS

Static Field javax.jdo.Constants String OPTION_MAPPING_JOINED_TABLE_PER_CLASS "javax.jdo.option.mapping.JoinedTablePerClass" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
4

Join.index

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

Join.foreignKey

Annotation Element javax.jdo.annotations.Join String foreignKey Name for a generated foreign key constraint. Returns: the name of the generated foreign key constraint 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