org.apache.ibatis.abator.internal.java.dao
Class SpringLegacyDAOGenerator

java.lang.Object
  extended by org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
      extended by org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
          extended by org.apache.ibatis.abator.internal.java.dao.SpringLegacyDAOGenerator
All Implemented Interfaces:
DAOGenerator

public class SpringLegacyDAOGenerator
extends BaseLegacyDAOGenerator

This class generates DAO classes based on the Spring framework.

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
daoTemplate, exampleMethodVisibility, javaModelGenerator, methodNameCalculator, properties, sqlMapGenerator, targetPackage, targetProject, warnings
 
Constructor Summary
SpringLegacyDAOGenerator()
           
 
Method Summary
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
addContextProperties, getDeleteByExampleMethods, getExtraImplementationMethods, getSelectByExampleWithBLOBsMethods, getSelectByExampleWithoutBLOBsMethods
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
addConfigurationProperties, getDAOImplementation, getDAOImplementationType, getDAOInterface, getDAOInterfaceType, getDAOPackage, getDeleteByPrimaryKeyMethods, getGeneratedJavaFiles, getInsertMethods, getSelectByPrimaryKeyMethods, getUpdateByPrimaryKeySelectiveMethods, getUpdateByPrimaryKeyWithBLOBsMethods, getUpdateByPrimaryKeyWithoutBLOBsMethods, setJavaModelGenerator, setSqlMapGenerator, 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.DAOGenerator
addConfigurationProperties, getGeneratedJavaFiles, setJavaModelGenerator, setSqlMapGenerator, setTargetPackage, setTargetProject, setWarnings
 

Constructor Detail

SpringLegacyDAOGenerator

public SpringLegacyDAOGenerator()