public class DefaultResultSetHandlerFactory<T> extends Object implements ResultSetHandlerFactory<T>
Constructor and Description |
---|
DefaultResultSetHandlerFactory(PojoMetadata pojoMetadata,
Quirks quirks) |
Modifier and Type | Method and Description |
---|---|
ResultSetHandler<T> |
newResultSetHandler(ResultSetMetaData meta) |
public DefaultResultSetHandlerFactory(PojoMetadata pojoMetadata, Quirks quirks)
public ResultSetHandler<T> newResultSetHandler(ResultSetMetaData meta) throws SQLException
newResultSetHandler
in interface ResultSetHandlerFactory<T>
SQLException
Copyright © 2015. All rights reserved.