ObjectDB ObjectDB

Internal Website Search

11-20 of 97 resultsRefresh
69

having(restriction)

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

and(restrictions)

Method javax.persistence.criteria.CriteriaBuilder Predicate and( Predicate... restrictions ) Create a conjunction of the given restriction predicates. A conjunction of zero predicates is true. Parameters: restrictions - zero or more restriction predicates Returns: and predicate Since: JPA 2.0
69

or(restrictions)

Method javax.persistence.criteria.CriteriaBuilder Predicate or( Predicate... restrictions ) Create a disjunction of the given restriction predicates. A disjunction of zero predicates is false. Parameters: restrictions - zero or more restriction predicates Returns: or predicate Since: JPA 2.0
69

where(restriction)

> restriction ) Modify the query to restrict the query result according to the specified boolean expression. Replaces the previously added restriction(s), if any. This method only overrides the return type of the corresponding AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Returns: the modified query Since: JPA 2.0
69

having(restriction)

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

WHERE clause (JPQL / Criteria API)

provides two where methods for setting the WHERE clause. Single Restriction The first where method takes ... )); Multiple Restrictions The second where method takes a variable number of arguments of Predicate type
29

javax.persistence.criteria.Subquery

getGroupRestriction() Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions have been specified. Returns
29

javax.persistence.criteria.CriteriaQuery

to the restriction(s) over the grouping items, or null if no restrictions have been specified. Return the predicate that corresponds to the restriction(s) over the grouping items, or null if no restrictions ... to the where clause restriction(s), or null if no restrictions have been specified. Return
6

ForeignKeyAction.RESTRICT

Enum Constant javax.jdo.annotations.ForeignKeyAction RESTRICT Since: JDO 2.1
2

[ODB1] Chapter 8 - ObjectDB Server

above. The <connections> element The <connections> element specifies restrictions on connections ... is restricted to connect to the server only from the specified IP address. For instance, the "127.0.0.1 ... restrictions on the directory content. All three attributes are required. The subdirs attribute

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