| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PredicateImpl | |
|---|---|
| org.apache.openjpa.persistence.criteria | OpenJPA Criteria Query | 
| Uses of PredicateImpl in org.apache.openjpa.persistence.criteria | 
|---|
| Subclasses of PredicateImpl in org.apache.openjpa.persistence.criteria | |
|---|---|
| (package private)  class | CompareByExample<T>An expression for query-by-example. | 
| static class | Expressions.Between<Y extends Comparable<Y>> | 
| static class | Expressions.BinaryLogicalExpressionBinary 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.AndConcrete AND predicate. | 
| (package private) static class | PredicateImpl.OrConcrete OR predicate. | 
| Methods in org.apache.openjpa.persistence.criteria that return PredicateImpl | |
|---|---|
|  PredicateImpl | PredicateImpl.add(Expression<Boolean> s)Adds the given predicate expression. | 
|  PredicateImpl | CriteriaQueryImpl.getGroupRestriction() | 
|  PredicateImpl | CriteriaQueryImpl.getRestriction() | 
| protected  PredicateImpl | PredicateImpl.markNegated() | 
|  PredicateImpl | PredicateImpl.not()Returns a new predicate as the negation of this predicate. | 
|  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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||