project(ResultSet rs) Instantiates object using default constructors and then sets properties.
Constructor Detail
PropertyProjector
public PropertyProjector(Class objectClass, Map typeMap, Map fieldMap)(Code)
Constructor
Parameters: objectClass - Class to instantiate. Must have no-argument public constructor Parameters: typeMap - java.sql.ResultSet.getObject(java.lang.Stringjava.util.Map) Parameters: fieldMap - Field map. Can be null. If value of some mapping is null then that fieldis suppressed and is not set. Parameters: lenient - If it is set to false than exception will be thrown if property to set does not exist. Parameters: toLowerCase - If set to true then database field names will be converted to lower casefor field/setters discovery.