public class GenericDao.CommandCustomizer extends Object
| Constructor and Description |
|---|
CommandCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
customColumns() |
void |
customReadResultSet(ResultSet rs,
FieldNavigator ii,
Object object) |
void |
customSetStatementParameter(PreparedStatement preparedStatement,
FieldNavigator ii,
Object obj) |
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 © 2018. All rights reserved.