Package org.apache.torque.om.mapper

Contains the Mapper interface which defines how to map from a ResultSet to an object, and simple implementations of this interface.

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.
 

Package org.apache.torque.om.mapper Description

Contains the Mapper interface which defines how to map from a ResultSet to an object, and simple implementations of this interface.



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.