| Interface | Description |
|---|---|
| BasicColumnMapper<R> |
The basic
ColumnMapper retrieves a value from a ResultSet, and offers a way
to compose a chain of functions that maps the value. |
| ColumnMapper<R> | |
| NullableColumnMapper<R> | |
| RowMapper<R> |
Defines how to map a
ResultSet to an object. |
| RowMapper.Decupled<T,U,V,W,X,Z,A,B,C,D> | |
| RowMapper.Hextupled<T,U,V,W,X,Z> | |
| RowMapper.Nonupled<T,U,V,W,X,Z,A,B,C> | |
| RowMapper.Octupled<T,U,V,W,X,Z,A,B> | |
| RowMapper.Pentupled<T,U,V,W,X> | |
| RowMapper.Quadrupled<T,U,V,W> | |
| RowMapper.Septupled<T,U,V,W,X,Z,A> | |
| RowMapper.Tripled<T,U,V> | |
| RowMapper.Tupled<T,U> |
| Class | Description |
|---|---|
| AttributeMapper<R> |
An attribute mapper associates a
ColumnMapper with an Attribute, and
is used internally by an AttributesRowMapper to produce an AttributesMap where
the values can be accessed in a type-safe manner. |
| AttributesRowMapper |
A
RowMapper producing AttributesMaps. |
| Mappers |
Various predefined mappers used to extract result(s) from a
ResultSet. |
Copyright © 2016 Digipost. All rights reserved.