org.apache.ibatis.binding
Class MapperRegistry

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

public class MapperRegistry
extends Object


Constructor Summary
MapperRegistry(Configuration config)
           
 
Method Summary
 void addMapper(Class<?> type)
           
<T> T
getMapper(Class<T> type, SqlSession sqlSession)
           
 boolean hasMapper(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(Class<T> type,
                       SqlSession sqlSession)

hasMapper

public boolean hasMapper(Class<?> type)

addMapper

public void addMapper(Class<?> type)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.