| Package | Description |
|---|---|
| org.ibatis.persist.criteria |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundSelection<X>
The
CompoundSelection interface defines a compound selection item
(tuple, array, or result of constructor). |
static interface |
CriteriaBuilder.Case<R>
Interface used to build general case expressions.
|
static interface |
CriteriaBuilder.Coalesce<T>
Interface used to build coalesce expressions.
|
static interface |
CriteriaBuilder.In<T>
Interface used to build in predicates.
|
static interface |
CriteriaBuilder.SimpleCase<C,R>
Interface used to build simple case expressions.
|
interface |
Expression<T>
Type for query expressions.
|
interface |
ParameterExpression<T>
Type of criteria query parameter expressions.
|
interface |
Path<X>
Represents a simple attribute path from a bound type, and is a "primitive" expression.
|
interface |
Predicate
The type of a simple or compound predicate: a conjunction or disjunction of restrictions.
|
interface |
Subquery<T>
The
Subquery interface defines functionality that is specific to subqueries. |
| Modifier and Type | Method and Description |
|---|---|
Selection<X> |
Selection.alias(String name)
Assigns an alias to the selection item.
|
Selection<T> |
AbstractQuery.getSelection()
Return the selection of the query, or null if no selection has been set.
|
| Modifier and Type | Method and Description |
|---|---|
List<Selection<?>> |
Selection.getCompoundSelectionItems()
Return the selection items composing a compound selection.
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaQuery<T> |
CriteriaQuery.multiselect(Selection<?>... selections)
Specify the selection items that are to be returned in the query result.
|
CriteriaQuery<T> |
CriteriaQuery.select(Selection<? extends T> selection)
Specify the item that is to be returned in the query result.
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaQuery<T> |
CriteriaQuery.multiselect(List<Selection<?>> selectionList)
Specify the selection items that are to be returned in the query result.
|
Copyright © 2084–2018 dukeware.com. All rights reserved.