T - the input entity typeINNER - the type of the inner expressionMAPPER - the functional interface used to map from the type returned
by the inner expression and the resulting type of this
expressionpublic interface MapperExpression<T,INNER extends Expression<T>,MAPPER> extends Expression<T>
Equality is determined by looking at inner(),
mapper() and mapperType().
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapperExpression.MapperType
Enumeration of all possible mapping types.
|
| Modifier and Type | Method and Description |
|---|---|
INNER |
inner()
Returns the inner expression used in this.
|
MAPPER |
mapper()
Returns the mapping operation applied to the result from the inner
operation.
|
MapperExpression.MapperType |
mapperType()
Returns the type of mapper that the
mapper()-method returns
an instance of. |
expressionTypeINNER inner()
MAPPER mapper()
MapperExpression.MapperType mapperType()
mapper()-method returns
an instance of.Copyright © 2019 Speedment, Inc.. All rights reserved.