ObjectDB ObjectDB

Internal Website Search

1-10 of 97 resultsRefresh
72

having(restrictions)

Method javax.persistence.criteria.CriteriaQuery CriteriaQuery<T> having( Predicate... restrictions ) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously added having restriction(s), if any. If no restrictions
72

where(restrictions)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> where( Predicate... restrictions ) Modify the query to restrict the query results according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions
72

where(restrictions)

Method javax.persistence.criteria.Subquery Subquery<T> where( Predicate... restrictions ) Modify the subquery to restrict the result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions are specified, any
72

having(restrictions)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> having( Predicate... restrictions ) Specify restrictions over the groups of the query according the conjunction of the specified restriction predicates. Replaces the previously having added restriction(s), if any. If no restrictions
72

having(restrictions)

Method javax.persistence.criteria.Subquery Subquery<T> having( Predicate... restrictions ) Specify restrictions over the groups of the subquery according the conjunction of the specified restriction predicates. Replaces the previously added having restriction(s), if any. If no restrictions
72

where(restrictions)

Method javax.persistence.criteria.CriteriaQuery CriteriaQuery<T> where( Predicate... restrictions ) Modify the query to restrict the query result according to the conjunction of the specified restriction predicates. Replaces the previously added restriction(s), if any. If no restrictions
69

not(restriction)

Method javax.persistence.criteria.CriteriaBuilder Predicate not( Expression<Boolean> restriction ) Create a negation of the given restriction. Parameters: restriction - restriction expression Returns: not predicate Since: JPA 2.0
69

where(restriction)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> where( Expression<Boolean> restriction ) Modify the query to restrict the query results according to the specified boolean expression. Replaces the previously added restriction(s), if any. Parameters: restriction - a simple or
69

where(restriction)

Method javax.persistence.criteria.Subquery Subquery<T> where( Expression<Boolean> restriction ) Modify the subquery to restrict the result according to the specified boolean expression. Replaces the previously added restriction(s), if any. This method only overrides the return type
69

having(restriction)

Method javax.persistence.criteria.AbstractQuery AbstractQuery<T> having( Expression<Boolean> restriction ) Specify a restriction over the groups of the query. Replaces the previous having restriction(s), if any. Parameters: restriction - a simple or compound boolean expression Returns: the modified query Since: JPA 2.0

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