| Modifier and Type | Method and Description | 
|---|---|
static <E,B> ColumnSelection<E,B> | 
ColumnSelection.empty()  | 
default ColumnSelection<ENTITY,ENTITYBUILDER> | 
KeylessDaoDescriptor.select(String... columnNames)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
KeylessSqlBuilder.selectByColumns(ColumnSelection selectColumnList)  | 
String | 
SqlBuilder.selectByColumns(ColumnSelection<ENTITY,?> columnSelection)  | 
String | 
KeylessSqlBuilder.selectByColumns(ColumnSelection columnSelection,
               Order order)  | 
List<BUILDER> | 
SqlRunner.selectByColumns(String sql,
               Supplier<BUILDER> supplier,
               ColumnSelection<ENTITY,BUILDER> columnSelection,
               List<? extends ChildrenDescriptor<ENTITY,?,BUILDER,?>> childrenDescriptors,
               ENTITY item)  | 
Copyright © 2019. All rights reserved.