public interface ResultSetMapperFactory
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
|
boolean accepts(Class type, StatementContext ctx)
type
- the target type to map toResultSetMapper mapperFor(Class type, StatementContext ctx)
Copyright © 2018. All rights reserved.