| Package | Description |
|---|---|
| org.iworkz.habitat.command | |
| org.iworkz.habitat.dao |
| Modifier and Type | Method and Description |
|---|---|
<T> String |
CommandBuilder.buildFindCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter,
String criteriaString,
String orderByString,
boolean paging) |
<T> String |
CommandBuilder.buildLoadCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
<T> String |
CommandBuilder.buildUpdateCommand(EntityDefinition entityDefinition,
Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter) |
void |
CommandMetaData.setPropertyDescriptors(PropertyDescriptor[] resultSetFields,
GenericDao.CommandCustomizer statementAdapter) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PropertyDescriptor[] |
GenericDao.createPropertyDescriptorsForClass(Class<T> objectClass,
GenericDao.CommandCustomizer statementAdapter,
ResultSet rs) |
protected <T> T |
GenericDao.load(GenericDao.CommandCustomizer statementAdapter,
Class<T> objectClass,
Object... key) |
protected <T> void |
GenericDao.load(GenericDao.CommandCustomizer statementAdapter,
T obj,
Object... key) |
<T> T |
GenericDao.update(GenericDao.CommandCustomizer statementAdapter,
T obj) |
Copyright © 2018. All rights reserved.