| Package | Description |
|---|---|
| org.ibatis.persist.criteria |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterExpression<T>
Type of criteria query parameter expressions.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter<?> |
Parameterized.getParameter(String name)
Get the parameter object corresponding to the declared parameter of the given name.
|
<R> Parameter<R> |
Parameterized.getParameter(String name,
Class<R> type)
Get the parameter object corresponding to the declared parameter of the given name and type.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Parameter<?>> |
Parameterized.getParameters()
Get the parameter objects corresponding to the declared parameters of the query.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
Parameterized.getParameterValue(Parameter<R> param)
Return the input value bound to the parameter.
|
boolean |
Parameterized.isBound(Parameter<?> param)
Return a boolean indicating whether a value has been bound to the parameter.
|
<R> E |
Parameterized.setParameter(Parameter<R> param,
R value)
Bind the value of a
Parameter object. |
Copyright © 2084–2018 dukeware.com. All rights reserved.