Class | Description |
---|---|
TupleFieldExtractor |
Implementation of the
FieldExtractor that extracts fields from a
Tuple . |
TupleFieldSetMapper |
A
FieldSetMapper implementation intended to allow a user use a
Tuple as the item. |
TupleRowMapper |
A
RowMapper implementation to be used with the Tuple
data structure. |
TupleSqlParameterSource |
Implementation of a
SqlParameterSource that translates a Tuple
into SQL parameters. |
TupleSqlParameterSourceProvider |
A factory for
TupleSqlParameterSource s |
Enum | Description |
---|---|
FieldSetType |
Enum used to provide typing information when reading
from a file.
|