Package no.digipost.jdbc
-
Interface Summary Interface Description BasicColumnMapper<R> The basicColumnMapperretrieves a value from aResultSet, and offers a way to compose a chain offunctionsthat maps the value.ColumnMapper<R> NullableColumnMapper<R> RowMapper<R> Defines how to map aResultSetto 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 Summary Class Description AttributeMapper<R> An attribute mapper associates aColumnMapperwith anAttribute, and is used internally by anAttributesRowMapperto produce anAttributesMapwhere the values can be accessed in a type-safe manner.AttributesRowMapper ARowMapperproducingAttributesMaps.Mappers Various predefined mappers used to extract result(s) from aResultSet.