ObjectDB ObjectDB

Internal Website Search

11-20 of 26 resultsRefresh
7

getElements()

Method javax.persistence.Tuple List<TupleElement<?>> getElements() Return the tuple elements. Returns: tuple elements Since: JPA 2.0
7

javax.persistence.criteria.PluralJoin

javax.persistence.criteria Interface PluralJoin<Z,C,E> Superinterfaces: Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, Path<E>, Selection<E>, TupleElement<E> Subinterfaces: CollectionJoin, ListJoin, MapJoin, SetJoin The PluralJoin interface defines functionality that is common to joins
7

javax.persistence.criteria.Expression

javax.persistence.criteria Interface Expression<T> Superinterfaces: Selection<T>, TupleElement<T> Subinterfaces: CollectionJoin, Case, Coalesce, In, SimpleCase, From, Join, ListJoin, MapJoin, ParameterExpression, Path, PluralJoin, Predicate, Root, SetJoin, Subquery Type for query expressions
7

javax.persistence.criteria.CompoundSelection

javax.persistence.criteria Interface CompoundSelection<X> Superinterfaces: Selection<X>, TupleElement<X> The CompoundSelection interface defines a compound selection item (tuple, array, or result of constructor). Since: JPA 2.0 Selection<X> alias(String name) Assigns an alias to the selection item
7

javax.persistence.criteria.ListJoin

javax.persistence.criteria Interface ListJoin<Z,E> Superinterfaces: Expression<E>, FetchParent<Z,E>, From<Z,E>, Join<Z,E>, Path<E>, PluralJoin<Z,List<E>,E>, Selection<E>, TupleElement<E> The ListJoin interface is the type of the result of joining to a collection over an association or element
7

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
7

javax.persistence.criteria.CriteriaBuilder.SimpleCase

javax.persistence.criteria Interface CriteriaBuilder.SimpleCase<C,R> Superinterfaces: Expression<R>, Selection<R>, TupleElement<R> Interface used to build simple case expressions. Case conditions are evaluated in the order in which they are specified. Since: JPA 2.0 Selection<X> alias(String name
7

javax.persistence.criteria.CriteriaBuilder.In

javax.persistence.criteria Interface CriteriaBuilder.In<T> Superinterfaces: Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean> Interface used to build in predicates. Since: JPA 2.0 Selection<X> alias(String name) Assigns an alias to the selection item. Assigns an alias
7

javax.persistence.criteria.From

javax.persistence.criteria Interface From<Z,X> Superinterfaces: Expression<X>, FetchParent<Z,X>, Path<X>, Selection<X>, TupleElement<X> Subinterfaces: CollectionJoin, Join, ListJoin, MapJoin, PluralJoin, Root, SetJoin Represents a bound type, usually an entity that appears in the from clause
7

javax.persistence.criteria.Path

javax.persistence.criteria Interface Path<X> Superinterfaces: Expression<X>, Selection<X>, TupleElement<X> Subinterfaces: CollectionJoin, From, Join, ListJoin, MapJoin, PluralJoin, Root, SetJoin Represents a simple or compound attribute path from a bound type or collection, and is a "primitive

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