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 | Description |
|---|---|---|
void |
applyReturning(SimpleReturningBuilder 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.
|
void applyReturning(SimpleReturningBuilder returningBuilder)
returningBuilder - The returningBuilder on which to apply the returning bindingsT build(Object[] tuple)
T from the given tuple.tuple - The result tupleCopyright © 2014–2020 Blazebit. All rights reserved.