public class AttributesRowMapper extends Object implements RowMapper<AttributesMap>
RowMapper producing AttributesMaps.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>| Constructor and Description |
|---|
AttributesRowMapper(AttributeMapper<?>... mappers) |
AttributesRowMapper(Stream<AttributeMapper<?>> mappers) |
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
AttributeMapper<?>... mappers) |
AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier,
Stream<AttributeMapper<?>> mappers) |
| Modifier and Type | Method and Description |
|---|---|
AttributesMap |
fromResultSet(ResultSet rs,
int rowNum) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, combinedWith, fromResultSet, of, ofpublic AttributesRowMapper(AttributeMapper<?>... mappers)
public AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, AttributeMapper<?>... mappers)
public AttributesRowMapper(Stream<AttributeMapper<?>> mappers)
public AttributesRowMapper(Supplier<AttributesMap.Builder> attributeMapBuilderSupplier, Stream<AttributeMapper<?>> mappers)
public AttributesMap fromResultSet(ResultSet rs, int rowNum) throws SQLException
fromResultSet in interface RowMapper<AttributesMap>SQLExceptionCopyright © 2016 Digipost. All rights reserved.