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, wait
handleOneRow
public 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>
SQLException
Copyright © 2016. All rights reserved.