ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
54

InheritanceType.TABLE_PER_CLASS

Enum Constant javax.persistence.InheritanceType TABLE_PER_CLASS A table per concrete entity class. Since: JPA 1.0
54

InheritanceType.SINGLE_TABLE

Enum Constant javax.persistence.InheritanceType SINGLE_TABLE A single table per class hierarchy. Since: JPA 1.0
54

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
5

InheritanceStrategy.NEW_TABLE

Enum Constant javax.jdo.annotations.InheritanceStrategy NEW_TABLE Since: JDO 2.1
5

InheritanceStrategy.SUPERCLASS_TABLE

Enum Constant javax.jdo.annotations.InheritanceStrategy SUPERCLASS_TABLE Since: JDO 2.1
5

InheritanceStrategy.SUBCLASS_TABLE

Enum Constant javax.jdo.annotations.InheritanceStrategy SUBCLASS_TABLE Since: JDO 2.1
5

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()
5

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()
5

Constants.OPTION_MAPPING_RELATION_SUBCLASS_TABLE

Static Field javax.jdo.Constants String OPTION_MAPPING_RELATION_SUBCLASS_TABLE "javax.jdo.option.mapping.RelationSubclassTable" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
5

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()

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