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

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

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

Subclasses of GetterMapping in com.jenkov.mrpersister.impl.mapping.method
 class ArrayGetterMapping
          A subclass of GetterMapping capable of inserting an Array into a PreparedStatement.
 class AsciiStreamGetterMapping
          A subclass of GetterMapping capable of inserting an ascii stream (InputStream) (from a Mr.
 class BigDecimalGetterMapping
          A subclass of GetterMapping capable of inserting a BigDecimal into a PreparedStatement.
 class BinaryStreamGetterMapping
          A subclass of GetterMapping capable of inserting a binary stream (InputStream) (from a Mr.
 class BlobGetterMapping
          A subclass of GetterMapping capable of inserting a BlobMock into a PreparedStatement.
 class BooleanGetterMapping
          A subclass of GetterMapping capable of inserting a Boolean into a PreparedStatement.
 class ByteArrayGetterMapping
          A subclass of GetterMapping capable of inserting a byte array (byte[]) into a PreparedStatement.
 class ByteGetterMapping
          A subclass of GetterMapping capable of inserting a Byte into a PreparedStatement.
 class CalendarGetterMapping
           
 class CharacterStreamGetterMapping
          A subclass of GetterMapping capable of inserting a character stream (from a Mr.
 class ClobGetterMapping
          A subclass of GetterMapping capable of inserting a Clob into a PreparedStatement.
 class DateGetterMapping
          A subclass of GetterMapping capable of inserting a java.util.Date into a PreparedStatement.
 class DoubleGetterMapping
          A subclass of GetterMapping capable of inserting a Double into a PreparedStatement.
 class FloatGetterMapping
          A subclass of GetterMapping capable of inserting a Float into a PreparedStatement.
 class IntGetterMapping
          A subclass of GetterMapping capable of inserting a Integer into a PreparedStatement.
 class LongGetterMapping
          A subclass of GetterMapping capable of inserting a Long into a PreparedStatement.
 class ObjectGetterMapping
          A subclass of GetterMapping capable of inserting an Object into a PreparedStatement.
 class RefGetterMapping
          A subclass of GetterMapping capable of inserting a Ref into a PreparedStatement.
 class ShortGetterMapping
          A subclass of GetterMapping capable of inserting a Short into a PreparedStatement.
 class SqlDateGetterMapping
          A subclass of GetterMapping capable of inserting a java.sql.Date into a PreparedStatement.
 class StringGetterMapping
          A subclass of GetterMapping capable of inserting a String into a PreparedStatement.
 class TimeGetterMapping
          A subclass of GetterMapping capable of inserting a java.sql.Time into a PreparedStatement.
 class TimestampGetterMapping
          A subclass of GetterMapping capable of inserting a java.sql.Timestamp into a PreparedStatement.
 class UrlGetterMapping
          A subclass of GetterMapping capable of inserting a URL into a PreparedStatement.