com.syrtsov.ddao.mapper
Class ResultSetMapperRegistry

java.lang.Object
  extended by com.syrtsov.ddao.mapper.ResultSetMapperRegistry

public class ResultSetMapperRegistry
extends java.lang.Object

Created by: Pavel Syrtsov Date: Apr 14, 2007 Time: 5:01:14 PM


Constructor Summary
ResultSetMapperRegistry()
           
 
Method Summary
static ColumnMapper getColumnMapper(java.lang.reflect.Type itemType)
           
static ResultSetMapper getResultMapper(java.lang.reflect.Type itemType)
           
static ResultSetMapper getResultSetMapper(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetMapperRegistry

public ResultSetMapperRegistry()
Method Detail

getResultSetMapper

public static ResultSetMapper getResultSetMapper(java.lang.reflect.Method method)

getResultMapper

public static ResultSetMapper getResultMapper(java.lang.reflect.Type itemType)

getColumnMapper

public static ColumnMapper getColumnMapper(java.lang.reflect.Type itemType)