T - The type that this builder producespublic interface ObjectBuilder<T>
FullQueryBuilder and provides methods for
transforming tuples into the target type T.| Modifier and Type | Method and Description |
|---|---|
<X extends SelectBuilder<X>> |
applySelects(X selectBuilder)
Applies the select items 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 SelectBuilder<X>> void applySelects(X selectBuilder)
selectBuilder - The selectBuilder on which to apply the selectsT build(Object[] tuple)
T from the given tuple.tuple - The result tupleCopyright © 2015 Blazebit. All Rights Reserved.