public class GenericDao.CommandCustomizer extends Object
| Constructor and Description |
|---|
CommandCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
String[] |
customColumns() |
void |
customReadResultSet(ResultSet rs,
FieldNavigator ii,
Object object) |
void |
customSetStatementParameter(PreparedStatement preparedStatement,
FieldNavigator ii,
Object obj) |
String |
customValue(String fieldName) |
protected void |
defineCustomFieldValue(String fieldName,
String customValue) |
protected void configure()
public String[] customColumns()
public void customSetStatementParameter(PreparedStatement preparedStatement, FieldNavigator ii, Object obj) throws Exception
Exceptionpublic void customReadResultSet(ResultSet rs, FieldNavigator ii, Object object) throws Exception
ExceptionCopyright © 2020. All rights reserved.