See: Description
| Interface | Description | 
|---|---|
| RecordMapper<T> | Maps an object to a database record and back. | 
| Class | Description | 
|---|---|
| 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. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.