| Modifier and Type | Class and Description | 
|---|---|
class  | 
Where
Representation of a SQL where clause: a possibly nested list of
 predicates that describes which records in the database to match. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StatementPopulator | 
ColumnSelection.buildPopulator(ENTITY entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T,X> T | 
SqlRunner.foldingSelect(String sql,
             StatementPopulator statementPopulator,
             Supplier<BUILDER> supplier,
             List<? extends ChildrenDescriptor<ENTITY,?,BUILDER,?>> childrenDescriptors,
             Function<BUILDER,X> buildFunction,
             T identity,
             BiFunction<T,X,T> accumulator)  | 
Copyright © 2019. All rights reserved.