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 |
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.