ObjectDB ObjectDB

Internal Website Search

171-180 of 200 resultsRefresh
2

javax.persistence.DiscriminatorColumn

javax.persistence Annotation DiscriminatorColumn Target: Classes Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies. The strategy and the discriminator column are only specified in the root of an entity class hierarchy or subhierarchy in
2

javax.persistence.criteria.Selection

javax.persistence.criteria Interface Selection<X> Superinterfaces: TupleElement<X> Subinterfaces: CollectionJoin, CompoundSelection, Case, Coalesce, In, SimpleCase, Expression, From, Join, ListJoin, MapJoin, ParameterExpression, Path, PluralJoin, Predicate, Root, SetJoin, Subquery The Selection
2

javax.persistence.OneToMany

) @JoinColumn(name="CUST_ID") // join column is in table for Order public Set getOrders
2

getModel()

Method javax.persistence.criteria.CollectionJoin CollectionAttribute<?,E> getModel() Return the metamodel representation for the collection attribute. Returns: metamodel type representing the Collection that is the target of the join Since: JPA 2.0
2

JoinColumns.value

Annotation Element javax.persistence.JoinColumns JoinColumn[] value The join columns that map the relationship. Since: JPA 1.0
2

javax.persistence.criteria.AbstractQuery

entities (which may in turn own joins). All queries may have: a conjunction of restrictions
2

MapKeyJoinColumn.referencedColumnName

Annotation Element javax.persistence.MapKeyJoinColumn String referencedColumnName (Optional) The name of the column referenced by this foreign key column. The referenced column is in the table of the target entity. Default (only applies if single join column is being used.) The same name as
0

Key.serialized

Annotation Element javax.jdo.annotations.Key String serialized Whether the key is to be stored serialized (into a single column of a join table). Returns: whether the key is to be stored serialized Default value: "" Since: JDO 2.1
0

Value.generateForeignKey

Annotation Element javax.jdo.annotations.Value 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
0

Key.generateForeignKey

Annotation Element javax.jdo.annotations.Key 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

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