org.apache.ibatis.abator.config
Class JavaModelGeneratorConfiguration

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

public class JavaModelGeneratorConfiguration
extends TypedPropertyHolder

Author:
Jeff Butler

Field Summary
static boolean USE_NEW_GENERATORS
           
 
Constructor Summary
JavaModelGeneratorConfiguration()
           
 
Method Summary
 java.lang.String getTargetPackage()
           
 java.lang.String getTargetProject()
           
 void setTargetPackage(java.lang.String targetPackage)
           
 void setTargetProject(java.lang.String targetProject)
           
 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
 

Field Detail

USE_NEW_GENERATORS

public static final boolean USE_NEW_GENERATORS
See Also:
Constant Field Values
Constructor Detail

JavaModelGeneratorConfiguration

public JavaModelGeneratorConfiguration()
Method Detail

getTargetProject

public java.lang.String getTargetProject()

setTargetProject

public void setTargetProject(java.lang.String targetProject)

getTargetPackage

public java.lang.String getTargetPackage()

setTargetPackage

public void setTargetPackage(java.lang.String targetPackage)

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 -