ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
27

criteria api / embedded objects / where order

criteria api / embedded objects / where order
19

javax.persistence.criteria.Predicate.BooleanOperator

javax.persistence.criteria Enum Predicate.BooleanOperator java.lang.Object java.lang.Enum<javax.persistence.criteria.Predicate.BooleanOperator> javax.persistence.criteria.Predicate.BooleanOperator Implemented Interfaces: Serializable, Comparable<BooleanOperator> Since: JPA 2.0
19

javax.persistence.criteria.CriteriaBuilder.Trimspec

javax.persistence.criteria Enum CriteriaBuilder.Trimspec java.lang.Object java.lang.Enum<javax.persistence.criteria.CriteriaBuilder.Trimspec> javax.persistence.criteria.CriteriaBuilder.Trimspec Implemented Interfaces: Serializable, Comparable<Trimspec> Used to specify how strings
19

javax.persistence.criteria.JoinType

javax.persistence.criteria Enum JoinType java.lang.Object java.lang.Enum<javax.persistence.criteria.JoinType> javax.persistence.criteria.JoinType Implemented Interfaces: Serializable, Comparable<JoinType> Defines the three types of joins. Right outer joins and right outer fetch joins
19

javax.persistence.criteria.ParameterExpression

javax.persistence.criteria Interface ParameterExpression<T> Superinterfaces: Expression<T>, Parameter<T>, Selection<T>, TupleElement<T> Type of criteria query parameter expressions. Since: JPA 2.0 ... to the parameter must be assignable to this type. This method is required to be supported for criteria queries
19

ArrayIndexOutOfBounds with Critera API and function call

to our customer and went against a show-stopper again. We're building a simple query with the criteria api ... () { return 100; } }; Create Selection Query (Critera-API) from * TestEntity and add WHERE class ... the criteria we get this: 11:20:06,538 ERROR .. Servlet.service() for servlet .. threw exception
18

javax.persistence.criteria.Subquery

javax.persistence.criteria Interface Subquery<T> Superinterfaces: AbstractQuery<T>, Expression<T>, Selection<T>, TupleElement<T> The Subquery interface defines functionality that is specific to subqueries. A subquery has an expression as its selection item. Since: JPA 2.0 Selection<X> alias(String
18

javax.persistence.criteria.CriteriaBuilder.Coalesce

javax.persistence.criteria Interface CriteriaBuilder.Coalesce<T> Superinterfaces: Expression<T>, Selection<T>, TupleElement<T> Interface used to build coalesce expressions. A coalesce expression is equivalent to a case expression that returns null if all its arguments evaluate to null
18

javax.persistence.criteria.CriteriaBuilder.Case

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

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

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