ENTITY - The type of the entity.BUILDER - The class that is used to build new entity instances.public class ColumnSelection<ENTITY,BUILDER> extends Object
Most users of hrorm will have no need to directly use this.
| Constructor and Description | 
|---|
ColumnSelection(List<Column<ENTITY,BUILDER>> allColumns,
               String... columnNames)  | 
| Modifier and Type | Method and Description | 
|---|---|
StatementPopulator | 
buildPopulator(ENTITY entity)  | 
static <E,B> ColumnSelection<E,B> | 
empty()  | 
Column<ENTITY,BUILDER> | 
get(String columnName)  | 
String | 
whereClause()  | 
public static <E,B> ColumnSelection<E,B> empty()
public StatementPopulator buildPopulator(ENTITY entity)
public String whereClause()
Copyright © 2019. All rights reserved.