T - public abstract class SimpleAbstractDbRowTransformer<T> extends AbstractDbRowTransformer<T>
| Constructor and Description |
|---|
SimpleAbstractDbRowTransformer(AbstractDb db) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAll(Collection<T> result) |
Collection<T> |
beforeAll(ResultSetWrapper resultSet) |
void |
onTransformation(Collection<T> result,
T object) |
driver, toBigDecimal, toBin, toBoolean, toDate, toDateTime, toDecimal, toIdentity, toInteger, toLong, toShort, toString, toText, toTime, toTimestamp, toTiny, transformpublic SimpleAbstractDbRowTransformer(AbstractDb db)
public Collection<T> beforeAll(ResultSetWrapper resultSet)
beforeAll in interface IRowTransformer<T>beforeAll in class AbstractDbRowTransformer<T>public void onTransformation(Collection<T> result, T object)
onTransformation in interface IRowTransformer<T>onTransformation in class AbstractDbRowTransformer<T>public void afterAll(Collection<T> result)
afterAll in interface IRowTransformer<T>afterAll in class AbstractDbRowTransformer<T>Copyright © 2019. All rights reserved.