T - The type that this builder producespublic interface ReturningObjectBuilder<T>
ReturningModificationCriteriaBuilder and provides methods for
transforming tuples into the target type T.| Modifier and Type | Method and Description |
|---|---|
<X extends ReturningBuilder<X>> |
applyReturning(X returningBuilder)
Applies the returning bindings necessary for this object builder to work.
|
T |
build(Object[] tuple)
Builds an object of the target type
T from the given tuple. |
List<T> |
buildList(List<T> list)
Transforms the given list and returns the result.
|
<X extends ReturningBuilder<X>> void applyReturning(X returningBuilder)
returningBuilder - The returningBuilder on which to apply the returning bindingsT build(Object[] tuple)
T from the given tuple.tuple - The result tupleCopyright © 2015 Blazebit. All Rights Reserved.