org.apache.ibatis.builder
Class BaseBuilder

java.lang.Object
  extended by org.apache.ibatis.builder.BaseBuilder
Direct Known Subclasses:
MapperBuilderAssistant, SqlSourceBuilder, XMLConfigBuilder, XMLMapperBuilder, XMLStatementBuilder

public abstract class BaseBuilder
extends java.lang.Object


Field Summary
protected  Configuration configuration
           
protected  TypeAliasRegistry typeAliasRegistry
           
protected  TypeHandlerRegistry typeHandlerRegistry
           
 
Constructor Summary
BaseBuilder(Configuration configuration)
           
 
Method Summary
protected  java.lang.Boolean booleanValueOf(java.lang.String value, java.lang.Boolean defaultValue)
           
 Configuration getConfiguration()
           
protected  java.lang.Integer integerValueOf(java.lang.String value, java.lang.Integer defaultValue)
           
protected  java.lang.Class resolveAlias(java.lang.String alias)
           
protected  java.lang.Class resolveClass(java.lang.String alias)
           
protected  java.lang.Object resolveInstance(java.lang.Class type)
           
protected  java.lang.Object resolveInstance(java.lang.String alias)
           
protected  JdbcType resolveJdbcType(java.lang.String alias)
           
protected  ParameterMode resolveParameterMode(java.lang.String alias)
           
protected  ResultSetType resolveResultSetType(java.lang.String alias)
           
protected  java.lang.String stringValueOf(java.lang.String value, java.lang.String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configuration

protected final Configuration configuration

typeAliasRegistry

protected final TypeAliasRegistry typeAliasRegistry

typeHandlerRegistry

protected final TypeHandlerRegistry typeHandlerRegistry
Constructor Detail

BaseBuilder

public BaseBuilder(Configuration configuration)
Method Detail

getConfiguration

public Configuration getConfiguration()

stringValueOf

protected java.lang.String stringValueOf(java.lang.String value,
                                         java.lang.String defaultValue)

booleanValueOf

protected java.lang.Boolean booleanValueOf(java.lang.String value,
                                           java.lang.Boolean defaultValue)

integerValueOf

protected java.lang.Integer integerValueOf(java.lang.String value,
                                           java.lang.Integer defaultValue)

resolveJdbcType

protected JdbcType resolveJdbcType(java.lang.String alias)

resolveResultSetType

protected ResultSetType resolveResultSetType(java.lang.String alias)

resolveParameterMode

protected ParameterMode resolveParameterMode(java.lang.String alias)

resolveClass

protected java.lang.Class resolveClass(java.lang.String alias)

resolveInstance

protected java.lang.Object resolveInstance(java.lang.String alias)

resolveInstance

protected java.lang.Object resolveInstance(java.lang.Class type)

resolveAlias

protected java.lang.Class resolveAlias(java.lang.String alias)


Copyright © 2010. All Rights Reserved.