Package com.jenkov.mrpersister.impl.mapping.method

Class Summary
ArrayGetterMapping A subclass of GetterMapping capable of inserting an Array into a PreparedStatement.
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.
AsciiStream  
AsciiStreamGetterMapping A subclass of GetterMapping capable of inserting an ascii stream (InputStream) (from a Mr.
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.
BigDecimalGetterMapping A subclass of GetterMapping capable of inserting a BigDecimal into a PreparedStatement.
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.
BinaryStream  
BinaryStreamGetterMapping A subclass of GetterMapping capable of inserting a binary stream (InputStream) (from a Mr.
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.
BlobGetterMapping A subclass of GetterMapping capable of inserting a BlobMock into a PreparedStatement.
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.
BooleanGetterMapping A subclass of GetterMapping capable of inserting a Boolean into a PreparedStatement.
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.
ByteArrayGetterMapping A subclass of GetterMapping capable of inserting a byte array (byte[]) into a PreparedStatement.
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.
ByteGetterMapping A subclass of GetterMapping capable of inserting a Byte into a PreparedStatement.
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.
CalendarGetterMapping  
CalendarSetterMapping  
CharacterStream  
CharacterStreamGetterMapping A subclass of GetterMapping capable of inserting a character stream (from a Mr.
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.
ClobGetterMapping A subclass of GetterMapping capable of inserting a Clob into a PreparedStatement.
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.
DateGetterMapping A subclass of GetterMapping capable of inserting a java.util.Date into a PreparedStatement.
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.
DoubleGetterMapping A subclass of GetterMapping capable of inserting a Double into a PreparedStatement.
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.
FloatGetterMapping A subclass of GetterMapping capable of inserting a Float into a PreparedStatement.
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.
GetterMapping  
IntGetterMapping A subclass of GetterMapping capable of inserting a Integer into a PreparedStatement.
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.
LongGetterMapping A subclass of GetterMapping capable of inserting a Long into a PreparedStatement.
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.
MethodMapping  
ObjectGetterMapping A subclass of GetterMapping capable of inserting an Object into a PreparedStatement.
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.
RefGetterMapping A subclass of GetterMapping capable of inserting a Ref into a PreparedStatement.
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.
SetterMapping  
ShortGetterMapping A subclass of GetterMapping capable of inserting a Short into a PreparedStatement.
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.
SqlDateGetterMapping A subclass of GetterMapping capable of inserting a java.sql.Date into a PreparedStatement.
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.
StringGetterMapping A subclass of GetterMapping capable of inserting a String into a PreparedStatement.
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.
TimeGetterMapping A subclass of GetterMapping capable of inserting a java.sql.Time into a PreparedStatement.
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.
TimestampGetterMapping A subclass of GetterMapping capable of inserting a java.sql.Timestamp into a PreparedStatement.
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.
UrlGetterMapping A subclass of GetterMapping capable of inserting a URL into a PreparedStatement.
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.