org.apache.ibatis.binding
Class MapperRegistry

java.lang.Object
  extended by org.apache.ibatis.binding.MapperRegistry

public class MapperRegistry
extends java.lang.Object


Constructor Summary
MapperRegistry(Configuration config)
           
 
Method Summary
 void addMapper(java.lang.Class<?> type)
           
<T> T
getMapper(java.lang.Class<T> type, SqlSession sqlSession)
           
 boolean hasMapper(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapperRegistry

public MapperRegistry(Configuration config)
Method Detail

getMapper

public <T> T getMapper(java.lang.Class<T> type,
                       SqlSession sqlSession)

hasMapper

public boolean hasMapper(java.lang.Class<?> type)

addMapper

public void addMapper(java.lang.Class<?> type)


Copyright © 2010 MyBatis.org. All Rights Reserved.