ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
10

javax.persistence.criteria.CollectionJoin

> The CollectionJoin interface is the type of the result of joining to a collection ... . Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression<X> as(Class<X> type) Perform ... upon the expression, returning a new expression object. This method does not cause type conversion: the runtime type
10

javax.persistence.criteria.MapJoin

> The MapJoin interface is the type of the result of joining to a collection over an association or element ... : selection item Since: JPA 2.0 Expression<X> as(Class<X> type) Perform a typecast ... expression object. This method does not cause type conversion: the runtime type is not changed. Warning
10

Query Parameters in JPA

are defined implicitly by appearing in the query string. The parameter type is inferred by the context. In the above example, a comparison of :name to a field whose type is String indicates that the type ... other query elements) are represented by objects (of type ParameterExpression or its super interface
10

JPA Primary Key

the database is uniquely identified (and can be retrieved from the database) by the combination of its type ... of other persistable types are always stored as part of their containing entity objects and do not ... : } A primary key field that is set by the application can have one of the following types: Primitive types
10

javax.persistence.criteria.Join

, PluralJoin, SetJoin A join to an entity, embeddable, or basic type. Since: JPA 2.0 Learn how to use ... : selection item Since: JPA 2.0 Expression<X> as(Class<X> type) Perform a typecast upon the expression ... expression object. This method does not cause type conversion: the runtime type is not changed. Warning
10

javax.persistence.criteria.PluralJoin

to all collection types. It is not intended to be used directly in query construction. Since: JPA 2.0 ... . Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression<X> as(Class<X> type ... upon the expression, returning a new expression object. This method does not cause type conversion
10

javax.persistence.criteria.From

, PluralJoin, Root, SetJoin Represents a bound type, usually an entity that appears in the from clause ... of associations, embeddables, and collections belonging to the type, and for Paths of attributes belonging to the type. Since: JPA 2.0 Selection<X> alias(String name) Assigns an alias to the selection
10

javax.persistence.criteria.Root

<X,X>, Path<X>, Selection<X>, TupleElement<X> A root type in the from clause. Query roots ... (Class<X> type) Perform a typecast upon the expression, returning a new expression object. Perform a typecast upon the expression, returning a new expression object. This method does not cause type
9

SELECT clause (JPQL / Criteria API)

Result expressions that represent anything but entity objects (e.g. values of system types ... .get("currency")).distinct(true); The select method takes one argument of type Selection and sets it as ... above. The behavior of the multiselect method depends on the query result type (as set when CriteriaQuery
9

FROM clause (JPQL / Criteria API)

at the FROM clause level. JPA 2, however, adds support for filtering instances of specific types at the WHERE clause level by using a type expression. For example, in the following query, c iterates ... variables represent iteration over all the database objects of a specified entity type. JPQL provides

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