| Package | Description |
|---|---|
| org.iworkz.habitat.command | |
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.dialect | |
| org.iworkz.habitat.entity | |
| org.iworkz.habitat.sql |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PropertyDescriptor[] |
CommandHelper.createPropertyDescriptorsForClass(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter,
ResultSet rs) |
| Constructor and Description |
|---|
CommandMetaData(EntityDefinition table) |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
EntityDao.getEntityDefinition() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatabaseHelper.createTable(EntityDefinition table,
Connection connection,
boolean onlyIfNotExists) |
void |
DatabaseHelper.dropTableIfExists(EntityDefinition table,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseDialect.appendFieldDefinitionsSql(StringBuilder sql,
EntityDefinition table) |
void |
DatabaseDialect.appendPrimaryKeySqL(StringBuilder sql,
EntityDefinition table) |
String |
DatabaseDialect.buildCreateTableIfExistsStatement(EntityDefinition table,
boolean onlyIfNotExists) |
String |
DatabaseDialect.buildDropTableIfExistsStatement(EntityDefinition table) |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
EntityDefinitionCreator.readEntityDefinition(Class<? extends EntityDao> daoClass) |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
SQLBuilder.buildDeleteCommand(EntityDefinition entityDefinition) |
<T> String |
SQLBuilder.buildDeleteObjectCommand(EntityDefinition entityDefinition) |
<T> String |
SQLBuilder.buildDeleteWhereCommand(EntityDefinition entityDefinition,
String criteriaString) |
<T> String |
SQLBuilder.buildFindCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter,
String criteriaString,
String orderByString,
boolean paging) |
<T> String |
SQLBuilder.buildInsertCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
<T> String |
SQLBuilder.buildLoadCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
<T> String |
SQLBuilder.buildUpdateCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
Copyright © 2020. All rights reserved.