| Package | Description |
|---|---|
| org.iworkz.habitat.command | |
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.entity |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
CommandBuilder.buildDeleteCommand(EntityDefinition entityDefinition) |
<T> String |
CommandBuilder.buildDeleteObjectCommand(EntityDefinition entityDefinition) |
<T> String |
CommandBuilder.buildDeleteWhereCommand(EntityDefinition entityDefinition,
String criteriaString) |
<T> String |
CommandBuilder.buildFindCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter,
String criteriaString,
String orderByString,
boolean paging) |
<T> String |
CommandBuilder.buildInsertCommand(EntityDefinition entityDefinition,
Class<T> objectClass) |
<T> String |
CommandBuilder.buildLoadCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
<T> String |
CommandBuilder.buildUpdateCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
| 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 |
|---|---|
EntityDefinition |
EntityDefinitionCreator.readEntityDefinition(Class<? extends EntityDao> daoClass) |
Copyright © 2018. All rights reserved.