Uses of Class
org.mybatis.guice.MyBatisModule

Packages that use MyBatisModule
org.mybatis.guice Contains core classes to build the MyBatis stuff through Google Guice. 
 

Uses of MyBatisModule in org.mybatis.guice
 

Methods in org.mybatis.guice that return MyBatisModule
 MyBatisModule MyBatisModule.addAlias(String alias, Class<?> clazz)
          Add a user defined binding.
 MyBatisModule MyBatisModule.addInterceptorsClasses(Class<? extends org.apache.ibatis.plugin.Interceptor>... interceptorsClasses)
          Adds the user defined iBatis interceptors plugins types, letting google-guice creating them.
 MyBatisModule MyBatisModule.addMapperClasses(Class<?>... mapperClasses)
          Adds the user defined mapper classes.
 MyBatisModule MyBatisModule.addSimpleAliases(Class<?>... types)
          Adding simple aliases means that every specified class will be bound using the simple class name, i.e.
 MyBatisModule MyBatisModule.addTypeHandler(Class<?> type, Class<? extends org.apache.ibatis.type.TypeHandler> handler)
          Add a user defined Type Handler letting google-guice creating it.
 MyBatisModule MyBatisModule.setObjectFactoryProviderClass(Class<? extends com.google.inject.Provider<org.apache.ibatis.reflection.factory.ObjectFactory>> objectFactoryProviderClass)
          Sets the ObjectFactory provider class.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.