public class ModelListHandler<T extends Model> extends org.apache.commons.dbutils.handlers.AbstractListHandler<T> implements ResultToModel<T>
| Constructor and Description |
|---|
ModelListHandler(Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getModelClass() |
Schema |
getSchema() |
protected T |
handleRow(ResultSet resultSet) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleOneRowpublic ModelListHandler(Schema schema)
public Class getModelClass()
getModelClass in interface ResultToModel<T extends Model>public Schema getSchema()
getSchema in interface ResultToModel<T extends Model>protected T handleRow(ResultSet resultSet) throws SQLException
handleRow in class org.apache.commons.dbutils.handlers.AbstractListHandler<T extends Model>SQLExceptionCopyright © 2016. All rights reserved.