Package org.apache.ibatis.mapping

Interface Summary
DatabaseIdProvider Should return an id to identify the type of this database.
SqlSource  
 

Class Summary
BoundSql  
CacheBuilder  
DefaultDatabaseIdProvider Default DatabaseId provider It returns database product name as a databaseId If the user provides a properties it uses it to translate database product name key="Microsoft SQL Server", value="ms" will return "ms" It can return null, if no database product name or a properties was specified and no translation was found
Discriminator  
Discriminator.Builder  
Environment  
Environment.Builder  
MappedStatement  
MappedStatement.Builder  
ParameterMap  
ParameterMap.Builder  
ParameterMapping  
ParameterMapping.Builder  
ResultMap  
ResultMap.Builder  
ResultMapping  
ResultMapping.Builder  
 

Enum Summary
ParameterMode  
ResultFlag  
ResultSetType  
SqlCommandType  
StatementType  
 

Exception Summary
SqlMapperException  
 



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