Uses of Class
org.mybatis.guice.configuration.Mappers

Packages that use Mappers
org.mybatis.guice.configuration Contains core classes to build the iBatis Configuration through google-guice. 
 

Uses of Mappers in org.mybatis.guice.configuration
 

Method parameters in org.mybatis.guice.configuration with annotations of type Mappers
 void ConfigurationProvider.registerMappers(Set<Class<?>> mapperClasses)
          Adds the user defined Mapper classes to the myBatis Configuration.
 



Copyright © 2010 MyBatis.org. All Rights Reserved.