Uses of Class
com.jenkov.mrpersister.impl.mapping.method.SetterMapping

Packages that use SetterMapping
com.jenkov.mrpersister.impl.mapping.method   
 

Uses of SetterMapping in com.jenkov.mrpersister.impl.mapping.method
 

Subclasses of SetterMapping in com.jenkov.mrpersister.impl.mapping.method
 class ArraySetterMapping
          A subclass of the SetterMapping capable of reading an Array from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class AsciiStreamSetterMapping
          A subclass of the SetterMapping capable of reading an AsciiStream from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class BigDecimalSetterMapping
          A subclass of the SetterMapping capable of reading a BigDecimal from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class BinaryStreamSetterMapping
          A subclass of the SetterMapping capable of reading a BinaryStream from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class BlobSetterMapping
          A subclass of the SetterMapping capable of reading a BlobMock from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class BooleanSetterMapping
          A subclass of the SetterMapping capable of reading a boolean from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class ByteArraySetterMapping
          A subclass of the SetterMapping capable of reading a byte array (byte[]) from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class ByteSetterMapping
          A subclass of the SetterMapping capable of reading a byte from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class CalendarSetterMapping
           
 class CharacterStreamSetterMapping
          A subclass of the SetterMapping capable of reading a CharacterStream from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class ClobSetterMapping
          A subclass of the SetterMapping capable of reading a Clob from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class DateSetterMapping
          A subclass of the SetterMapping capable of reading a java.util.Date from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class DoubleSetterMapping
          A subclass of the SetterMapping capable of reading a double from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class FloatSetterMapping
          A subclass of the SetterMapping capable of reading a float from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class IntSetterMapping
          A subclass of the SetterMapping capable of reading an int from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class LongSetterMapping
          A subclass of the SetterMapping capable of reading a long from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class ObjectSetterMapping
          A subclass of the SetterMapping capable of reading a Object from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class RefSetterMapping
          A subclass of the SetterMapping capable of reading a Set from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class ShortSetterMapping
          A subclass of the SetterMapping capable of reading a short from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class SqlDateSetterMapping
          A subclass of the SetterMapping capable of reading a java.sql.Date from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class StringSetterMapping
          A subclass of the SetterMapping capable of reading a String from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class TimeSetterMapping
          A subclass of the SetterMapping capable of reading a java.sql.Time from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class TimestampSetterMapping
          A subclass of the SetterMapping capable of reading a java.sql.Timestamp from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.
 class UrlSetterMapping
          A subclass of the SetterMapping capable of reading a URL from a ResultSet instance and insert it into a target object, by calling the target object matching setter method.