|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RecordMapper<T> | Maps an object to a database record and back. |
Class Summary | |
---|---|
BigDecimalMapper | Maps a database record to a BigDecimal. |
CompositeMapper | Uses a list of mappers to map a database record to a list of objects. |
DateMapper | Maps a database record to a java.util.Date. |
IntegerMapper | Maps a database record to a Integer. |
LongMapper | Maps a database record to a Long. |
ObjectListMapper | Maps a record to a list of objects. |
StringMapper | Maps a database record to a String. |
Contains the Mapper interface which defines how to map from a ResultSet to an object, and simple implementations of this interface.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |