See: Description
Interface | Description |
---|---|
CompositePredicate |
An predicate that contains other predicates.
|
CriteriaLookupService | Deprecated
use new KRAD Data framework
DataObjectService |
CriteriaValue<T> |
A wrapper for values that are used on a
Criteria . |
LookupCustomizer.Transform<P,R> | Deprecated |
MultiValuedPredicate |
Represents an predicate which contains multiple
CriteriaValue . |
Predicate |
An predicate represents some portion of a criteria statement.
|
PropertyPathPredicate |
An predicate which contains a property path.
|
QueryResults<T> |
Contains a collection of results from a query.
|
SingleValuedPredicate |
Represents an predicate which contains some
CriteriaValue . |
SubQueryPredicate |
Base interface for predicates in the form of:
EXISTS ( SELECT 1 FROM xxxxx WHERE a = b ...
|
Transform<P,R> |
Works with the lookup framework to customize a query or result.
|
Class | Description |
---|---|
AndPredicate |
An immutable composite predicate which implements "and-ing" of multiple
predicates together.
|
CriteriaBooleanValue |
A CriteriaValue which stores date and time information in the form of a
String value. |
CriteriaDateTimeValue |
A CriteriaValue which stores date and time information in the form of a
Calendar value. |
CriteriaDecimalValue |
A CriteriaValue which stores date and time information in the form of a
BigDecimal value. |
CriteriaIntegerValue |
A CriteriaValue which stores date and time information in the form of a
BigInteger value. |
CriteriaKualiDecimalValue |
A CriteriaValue which stores
KualiDecimal information in the form of a
BigDecimal value. |
CriteriaKualiIntegerValue |
A CriteriaValue which stores
KualiInteger information in the form of a
BigInteger value. |
CriteriaKualiPercentValue |
A CriteriaValue which stores
KualiPercent information in the form of a
BigDecimal value. |
CriteriaPropertyPathValue |
A CriteriaValue which stores date and time information in the form of a
String value. |
CriteriaStringValue |
A CriteriaValue which stores date and time information in the form of a
String value. |
EqualIgnoreCasePredicate |
An immutable predicate which represents an "equal ignore case" statement which is
evaluated the
CriteriaValue of this predicate. |
EqualPredicate |
An immutable predicate which represents an "equal" statement which is
evaluated the
CriteriaValue of this predicate. |
ExistsSubQueryPredicate |
An immutable predicate which represents an "WHERE EXISTS" statement.
|
GenericQueryResults<T> | |
GenericQueryResults.Builder<T> | |
GreaterThanOrEqualPredicate |
An immutable predicate which represents a "greater than or equal to" statement which is
evaluated the
CriteriaValue of this predicate. |
GreaterThanPredicate |
An immutable predicate which represents a "greater than" statement which is
evaluated the
CriteriaValue of this predicate. |
InIgnoreCasePredicate |
An immutable predicate which represents an "in" statement which is
evaluated against a list of values.
|
InPredicate |
An immutable predicate which represents an "in" statement which is
evaluated against a list of values.
|
LessThanOrEqualPredicate |
An immutable predicate which represents a "less than or equal to" statement which is
evaluated the
CriteriaValue of this predicate. |
LessThanPredicate |
An immutable predicate which represents a "less than" statement which is
evaluated the
CriteriaValue of this predicate. |
LikeIgnoreCasePredicate |
An immutable predicate which represents a "like ignore case" statement which is
evaluated the
CriteriaValue of this predicate. |
LikePredicate |
An immutable predicate which represents a "like" statement which is
evaluated the
CriteriaValue of this predicate. |
LookupCustomizer<T> | Deprecated
Use
Transform directly |
LookupCustomizer.Builder<T> | Deprecated |
NotEqualIgnoreCasePredicate |
An immutable predicate which represents a "not equal ignore case" statement which is
evaluated the
CriteriaValue of this predicate. |
NotEqualPredicate |
An immutable predicate which represents a "not equal" statement which is
evaluated the
CriteriaValue of this predicate. |
NotInIgnoreCasePredicate |
An immutable predicate which represents a "not in" statement which is
evaluated against a list of values.
|
NotInPredicate |
An immutable predicate which represents a "not in" statement which is
evaluated against a list of values.
|
NotLikeIgnoreCasePredicate |
An immutable predicate which represents a "not like ignore case" statement which is
evaluated the
CriteriaValue of this predicate. |
NotLikePredicate |
An immutable predicate which represents a "not like" statement which is
evaluated the
CriteriaValue of this predicate. |
NotNullPredicate |
An immutable predicate which represents an "is not null" statement which is
evaluated the property defined by the property path on this predicate.
|
NullPredicate |
An immutable predicate which represents an "is null" statement which is
evaluated the property defined by the property path on this predicate.
|
OrderByField |
Defines a criteria-based query.
|
OrderByField.Builder | |
OrPredicate |
An immutable composite predicate which implements "or-ing" of multiple
predicates together.
|
PredicateFactory |
This is a factory class to construct
Predicates . |
PredicateUtils | |
PropertyPath |
This is a class which references a property on a specified data object for use in Predicates.
|
QueryByCriteria |
Defines a criteria-based query.
|
QueryByCriteria.Builder |
Enum | Description |
---|---|
CountFlag |
Defines possible directives for how a query is requested to produce count values in it's results.
|
OrderDirection |
Defines possible directives for how a query is requested to produce count values in it's results.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.