ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
10

javax.persistence.MapKeyColumn

applies in addition to any constraint entailed by primary key mapping and to constraints specified ... the mapping for the key column of a map whose map key is a basic type. If the name element is not ... relationship field or property; "_"; "KEY". Example: @Entity public class Item { @Id int id
10

javax.persistence.GenerationType

, Comparable<GenerationType> Defines the types of primary key generation strategies. Since: JPA 1.0 ... must assign primary keys for the entity using a database identity column. Indicates that the persistence provider must assign primary keys for the entity using a database identity column. Since: JPA 1.0
10

javax.persistence.SequenceGenerator

get methods) Defines a primary key generator that may be referenced by name when a generator element ... class or on the primary key field or property. The scope of the generator name is global ... to be the generator for primary key values. (Required) A unique generator name that can be referenced by
9

javax.persistence.Id

the primary key of an entity. The field or property to which the Id annotation is applied ... .sql.Date; java.math.BigDecimal; java.math.BigInteger. The mapped column for the primary key of the entity is assumed to be the primary key of the primary table. If no Column annotation is specified
9

javax.persistence.JoinTable

the primary table of the entity that does not own the association. (Optional) The foreign key columns ... which reference the primary table of the entity owning the association. (Optional) The foreign key columns ... of the join table is assumed to be the table names of the associated primary tables concatenated
9

PrimaryKeyJoinColumn.name

of the primary key column of the current table. Defaults to the same name as the primary key column of the primary table of the superclass (JOINED mapping strategy); the same name as the primary key column of the primary table (SecondaryTable mapping); or the same name as the primary key column for the table
9

PrimaryKeyJoinColumn.referencedColumnName

) The name of the primary key column of the table being joined to. Defaults to the same name as the primary key column of the primary table of the superclass (JOINED mapping strategy); the same name as the primary key column of the primary table (SecondaryTable mapping); or the same name as the primary
1

javax.jdo.annotations.ForeignKey

. This is needed iff annotating a type where the foreign key is not defined on the primary table ... get methods) Annotation for a database foreign-key. Corresponds to the xml element "foreign-key". Since: JDO 2.1 Column[] columns Columns that compose this foreign key. Columns that compose this foreign key
1

javax.jdo.annotations.Persistent

Since: JDO 2.1 String primaryKey Whether this member is part of the primary key for application identity. Whether this member is part of the primary key for application identity. This is equivalent ... is part of the primary key Default value: "" Since: JDO 2.1 int recursionDepth Recursion depth
0

javax.jdo.spi.JDOImplHelper

has no relationship with the values of the primary key fields of the persistence-capable instance ... - the PersistenceCapable class used as the key for lookup. fieldNames - an array of String field names ... to an outside source from the key fields in the ObjectId. Copy fields to an outside source from

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