ObjectDB ObjectDB

Internal Website Search

1-10 of 149 resultsRefresh
105

javax.persistence.criteria.Predicate

javax.persistence.criteria Interface Predicate Superinterfaces: Expression<Boolean>, Selection<Boolean>, TupleElement<Boolean> Subinterfaces: In The type of a simple or compound predicate: a conjunction or disjunction of restrictions. A simple predicate is considered to be a conjunction
87

isNegated()

Method javax.persistence.criteria.Predicate boolean isNegated() Whether the predicate has been created from another predicate by applying the Predicate.not() method or the CriteriaBuilder.not() method. Returns: boolean indicating if the predicate is a negated predicate Since: JPA 2.0
86

getOperator()

Method javax.persistence.criteria.Predicate BooleanOperator getOperator() Return the boolean operator for the predicate. If the predicate is simple, this is AND. Returns: boolean operator for the predicate Since: JPA 2.0
86

getExpressions()

Method javax.persistence.criteria.Predicate List<Expression<Boolean>> getExpressions() Return the top-level conjuncts or disjuncts of the predicate. Returns empty list if there are no top-level conjuncts or disjuncts of the predicate. Modifications to the list do not affect the query. Returns: list of boolean expressions forming the predicate Since: JPA 2.0
86

not()

Method javax.persistence.criteria.Predicate Predicate not() Create a negation of the predicate. Returns: negated predicate Since: JPA 2.0
85

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
82

Predicate.BooleanOperator.AND

Enum Constant javax.persistence.criteria.Predicate.BooleanOperator AND Since: JPA 2.0
82

valueOf(name)

Static Method javax.persistence.criteria.Predicate.BooleanOperator BooleanOperator valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name
82

Predicate.BooleanOperator.OR

Enum Constant javax.persistence.criteria.Predicate.BooleanOperator OR Since: JPA 2.0
82

values()

Static Method javax.persistence.criteria.Predicate.BooleanOperator BooleanOperator[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (BooleanOperator c : BooleanOperator.values()) System.out.println(c

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