Package org.apache.torque.om.mapper


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.
  • Klasse
    Beschreibung
    Maps a database record to a BigDecimal.
    Uses a list of mappers to map a database record to a list of objects.
    Maps a database record to a java.util.Date.
    Maps a database record to a Integer.
    Maps a database record to a Long.
    Mapping strategy used in processRow method of generated mappers.
    Maps a record to a list of objects.
    Maps an object to a database record and back.
    Maps a database record to a String.