| Package | Description | 
|---|---|
| org.skife.jdbi.v2 | Start with  DBIandHandle | 
| org.skife.jdbi.v2.util | 
    Classes provided as a convenience to users of the library. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PrimitivesColumnMapperFactoryResult column mapper factory which knows how to map standard JDBC-recognized types. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Query. registerColumnMapper(ResultColumnMapperFactory m) | 
| void | Handle. registerColumnMapper(ResultColumnMapperFactory factory)Register a result column mapper factory. | 
| void | DBI. registerColumnMapper(ResultColumnMapperFactory factory)Register a result column mapper factory. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnumByNameColumnMapperFactoryProduces enum column mappers, which map enums from varchar columns using  Enum.valueOf(Class, String). | 
| class  | EnumByOrdinalColumnMapperFactoryProduces enum column mappers, which map enums from numeric columns according to ordinal value. | 
Copyright © 2018. All rights reserved.