org.apache.ibatis.abator.internal.java.model
Class JavaModelGeneratorLegacyImpl

java.lang.Object
  extended by org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
      extended by org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorLegacyImpl
All Implemented Interfaces:
JavaModelGenerator

public class JavaModelGeneratorLegacyImpl
extends JavaModelGeneratorJava2Impl
implements JavaModelGenerator

This class overrides methods in the Java2 implementation to provide the legacy implementation of the example class. This class can be removed when we remove the Legacy generator set.

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
properties, targetPackage, targetProject, warnings
 
Constructor Summary
JavaModelGeneratorLegacyImpl()
           
 
Method Summary
protected  TopLevelClass getExample(IntrospectedTable introspectedTable)
           
 
Methods inherited from class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
addConfigurationProperties, addContextProperties, generateClassParts, getBaseRecord, getBaseRecordType, getCriteriaInnerClass, getExampleType, getGeneratedJavaFiles, getJavaModelPackage, getNoValueMethod, getPrimaryKey, getPrimaryKeyType, getRecordWithBLOBs, getRecordWithBLOBsType, getSetBetweenOrNotBetweenMethod, getSetEqualMethod, getSetGreaterThanMethod, getSetGreaterThenOrEqualMethod, getSetInOrNotInMethod, getSetLessThanMethod, getSetLessThanOrEqualMethod, getSetLikeMethod, getSetNotEqualMethod, getSetNotLikeMethod, getSetNotNullMethod, getSetNullMethod, getSingleValueMethod, setTargetPackage, setTargetProject, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ibatis.abator.api.JavaModelGenerator
addConfigurationProperties, addContextProperties, getBaseRecordType, getExampleType, getGeneratedJavaFiles, getPrimaryKeyType, getRecordWithBLOBsType, setTargetPackage, setTargetProject, setWarnings
 

Constructor Detail

JavaModelGeneratorLegacyImpl

public JavaModelGeneratorLegacyImpl()
Method Detail

getExample

protected TopLevelClass getExample(IntrospectedTable introspectedTable)
Overrides:
getExample in class JavaModelGeneratorJava2Impl