ENTITY - The type of the entity being persisted.public class SqlBuilder<ENTITY> extends Object implements Queries
PreparedStatements.
 Most users of hrorm will have no need to directly use this.
| Constructor and Description | 
|---|
SqlBuilder(DaoDescriptor<ENTITY,?> daoDescriptor)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
delete()  | 
String | 
insert()  | 
String | 
select()  | 
String | 
select(Where where)  | 
String | 
selectByColumns(ColumnSelection<ENTITY,?> columnSelection)  | 
String | 
selectChildIds(String parentColumn)  | 
String | 
update()  | 
public SqlBuilder(DaoDescriptor<ENTITY,?> daoDescriptor)
public String selectByColumns(ColumnSelection<ENTITY,?> columnSelection)
Copyright © 2019. All rights reserved.