Package | Description |
---|---|
org.apache.openjpa.persistence.criteria |
OpenJPA Criteria Query
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CompareByExample<T>
An expression for query-by-example.
|
static class |
Expressions.Between<Y extends Comparable<Y>> |
static class |
Expressions.BinaryLogicalExpression
Binary Logical Expression applies a function on a pair of input Expression to generate a Predicate
i.e.
|
static class |
Expressions.Equal |
static class |
Expressions.Exists<X> |
static class |
Expressions.GreaterThan |
static class |
Expressions.GreaterThanEqual |
static class |
Expressions.In<T> |
static class |
Expressions.IsEmpty |
static class |
Expressions.IsMember<E> |
static class |
Expressions.IsNotEmpty |
static class |
Expressions.IsNotNull |
static class |
Expressions.IsNull |
static class |
Expressions.LessThan |
static class |
Expressions.LessThanEqual |
static class |
Expressions.Like |
static class |
Expressions.Not |
static class |
Expressions.NotEqual |
static class |
Expressions.SubqueryPredicate<X> |
(package private) static class |
PredicateImpl.And
Concrete AND predicate.
|
(package private) static class |
PredicateImpl.Or
Concrete OR predicate.
|
Modifier and Type | Method and Description |
---|---|
PredicateImpl |
PredicateImpl.add(javax.persistence.criteria.Expression<Boolean> s)
Adds the given predicate expression.
|
PredicateImpl |
CriteriaQueryImpl.getGroupRestriction() |
PredicateImpl |
CriteriaQueryImpl.getRestriction() |
protected PredicateImpl |
PredicateImpl.markNegated() |
PredicateImpl |
Expressions.Equal.not() |
PredicateImpl |
Expressions.NotEqual.not() |
PredicateImpl |
Expressions.GreaterThan.not() |
PredicateImpl |
Expressions.GreaterThanEqual.not() |
PredicateImpl |
Expressions.LessThan.not() |
PredicateImpl |
Expressions.LessThanEqual.not() |
PredicateImpl |
Expressions.IsEmpty.not() |
PredicateImpl |
Expressions.IsNotEmpty.not() |
PredicateImpl |
Expressions.IsNull.not() |
PredicateImpl |
Expressions.IsNotNull.not() |
PredicateImpl |
Expressions.In.not() |
PredicateImpl |
PredicateImpl.not()
Returns a new predicate as the negation of this predicate.
|
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.