Uses of Interface
com.jenkov.mrpersister.itf.mapping.ISetterMapping

Packages that use ISetterMapping
com.jenkov.mrpersister.impl.mapping   
com.jenkov.mrpersister.impl.mapping.method   
com.jenkov.mrpersister.itf.mapping   
 

Uses of ISetterMapping in com.jenkov.mrpersister.impl.mapping
 

Methods in com.jenkov.mrpersister.impl.mapping that return ISetterMapping
 ISetterMapping ObjectMappingFactory.copySetterMapping(ISetterMapping source)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.Class memberType)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.Class theClass, java.lang.String methodName, java.lang.Class parameterType, java.lang.String columnName)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.Class theClass, java.lang.String methodName, java.lang.Class parameterType, java.lang.String columnName, boolean isTableMapped)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.String columnName)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.String columnName, boolean isTableMapped)
           
 ISetterMapping ObjectMappingFactory.createSetterMapping(java.lang.reflect.Method member, java.lang.String columnName, boolean isTableMapped)
           
 ISetterMapping ObjectMapping.getPrimaryKeySetterMapping()
           
 ISetterMapping ObjectMapping.getSetterMapping(java.lang.reflect.Method objectMethod)
           
 ISetterMapping ObjectMapping.getSetterMapping(java.lang.String columnName)
           
 

Methods in com.jenkov.mrpersister.impl.mapping with parameters of type ISetterMapping
 void ObjectMapping.addSetterMapping(ISetterMapping mapping)
           
 ISetterMapping ObjectMappingFactory.copySetterMapping(ISetterMapping source)
           
 void ObjectMapping.removeSetterFieldMapping(ISetterMapping setterMapping)
           
 

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

Classes in com.jenkov.mrpersister.impl.mapping.method that implement ISetterMapping
 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 SetterMapping
           
 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.
 

Uses of ISetterMapping in com.jenkov.mrpersister.itf.mapping
 

Methods in com.jenkov.mrpersister.itf.mapping that return ISetterMapping
 ISetterMapping IObjectMappingFactory.copySetterMapping(ISetterMapping source)
          Copies the original setter method mapping.
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.Class objectType)
          Creates an empty setter method mapping of a type matching the objectType class.
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.Class parameterType, java.lang.String columnName)
           
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.Class parameterType, java.lang.String columnName, boolean isTableMapped)
           
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.String columnName)
           
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.Class methodOwner, java.lang.String methodName, java.lang.String columnName, boolean isTableMapped)
           
 ISetterMapping IObjectMappingFactory.createSetterMapping(java.lang.reflect.Method method, java.lang.String dbFieldName, boolean isTableMapped)
          Creates a setter method mapping prefilled with the Method, database column name, and isTableMapped values prefilled.
 ISetterMapping IObjectMapping.getPrimaryKeySetterMapping()
          Deprecated. Use the getPrimaryKey() instead. The IKey interface supports compound keys.
 ISetterMapping IObjectMapping.getSetterMapping(java.lang.reflect.Method objectMethod)
          Returns the setter method method that is mapped to the object method passed as parameter objectMethod.
 ISetterMapping IObjectMapping.getSetterMapping(java.lang.String columnName)
          Returns the setter method method that is mapped to the database column name passed in parameter columnName.
 

Methods in com.jenkov.mrpersister.itf.mapping with parameters of type ISetterMapping
 void IObjectMapping.addSetterMapping(ISetterMapping mapping)
          Adds a getter method method to this object method.
 ISetterMapping IObjectMappingFactory.copySetterMapping(ISetterMapping source)
          Copies the original setter method mapping.