public class BeanMapperFactory extends Object implements ResultSetMapperFactory
| Constructor and Description |
|---|
BeanMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class type,
StatementContext ctx)
Can this factory provide a result set mapper which maps to the desired type
|
ResultSetMapper |
mapperFor(Class type,
StatementContext ctx)
Supplies a result set mapper which will map result sets to type
|
public boolean accepts(Class type, StatementContext ctx)
ResultSetMapperFactoryaccepts in interface ResultSetMapperFactorytype - the target type to map topublic ResultSetMapper mapperFor(Class type, StatementContext ctx)
ResultSetMapperFactorymapperFor in interface ResultSetMapperFactoryCopyright © 2018. All rights reserved.