public interface ResultColumnMapperFactory
| Modifier and Type | Method and Description | 
|---|---|
| boolean | accepts(Class type,
       StatementContext ctx)Can this factory provide a column mapper which maps to the desired type | 
| ResultColumnMapper | columnMapperFor(Class type,
               StatementContext ctx)Supplies a column mapper which will map result set columns to type | 
boolean accepts(Class type, StatementContext ctx)
type - the target type to map toResultColumnMapper columnMapperFor(Class type, StatementContext ctx)
Copyright © 2018. All rights reserved.