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 | 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)
X - The type of the select builderselectBuilder - The selectBuilder on which to apply the selectsT build(Object[] tuple)
T from the given tuple.tuple - The result tupleCopyright © 2014–2020 Blazebit. All rights reserved.