org.apache.ibatis.abator.config
Class JavaTypeResolverConfiguration

java.lang.Object
  extended byorg.apache.ibatis.abator.config.PropertyHolder
      extended byorg.apache.ibatis.abator.config.TypedPropertyHolder
          extended byorg.apache.ibatis.abator.config.JavaTypeResolverConfiguration

public class JavaTypeResolverConfiguration
extends TypedPropertyHolder

Author:
Jeff Butler

Constructor Summary
JavaTypeResolverConfiguration()
           
 
Method Summary
 void setType(java.lang.String type)
          This method is protected because subclasses should override it and allow using special values (like "DEFAULT", or the alias names for the different DAO generator types).
 
Methods inherited from class org.apache.ibatis.abator.config.TypedPropertyHolder
getType
 
Methods inherited from class org.apache.ibatis.abator.config.PropertyHolder
addProperty, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaTypeResolverConfiguration

public JavaTypeResolverConfiguration()
Method Detail

setType

public void setType(java.lang.String type)
Description copied from class: TypedPropertyHolder
This method is protected because subclasses should override it and allow using special values (like "DEFAULT", or the alias names for the different DAO generator types).

Overrides:
setType in class TypedPropertyHolder
Parameters:
type -