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

java.lang.Object
  extended byorg.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
      extended byorg.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
          extended byorg.apache.ibatis.abator.internal.java.dao.IbatisLegacyDAOGenerator
All Implemented Interfaces:
DAOGenerator

public class IbatisLegacyDAOGenerator
extends BaseLegacyDAOGenerator

This class generates DAO classes based on the iBATIS DAO framework.

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
abatorContext, daoTemplate, exampleMethodVisibility, javaModelGenerator, methodNameCalculator, properties, sqlMapGenerator, targetPackage, targetProject, warnings
 
Constructor Summary
IbatisLegacyDAOGenerator()
           
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
afterImplementationGenerationHook, getCountByExampleMethods, getDeleteByExampleMethods, getExampleParmsMethod, getSelectByExampleWithBLOBsMethods, getSelectByExampleWithoutBLOBsMethods, getUpdateByExampleParms, getUpdateByExampleSelectiveMethods, getUpdateByExampleWithBLOBsMethods, getUpdateByExampleWithoutBLOBsMethods
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
addConfigurationProperties, afterInterfaceGenerationHook, getDAOImplementation, getDAOImplementationType, getDAOInterface, getDAOInterfaceType, getDAOPackage, getDeleteByPrimaryKeyMethods, getGeneratedJavaFiles, getInsertMethods, getSelectByPrimaryKeyMethods, getUpdateByPrimaryKeySelectiveMethods, getUpdateByPrimaryKeyWithBLOBsMethods, getUpdateByPrimaryKeyWithoutBLOBsMethods, setAbatorContext, 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, setAbatorContext, setJavaModelGenerator, setSqlMapGenerator, setTargetPackage, setTargetProject, setWarnings
 

Constructor Detail

IbatisLegacyDAOGenerator

public IbatisLegacyDAOGenerator()