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

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

public class SpringJava5DAOGenerator
extends BaseDAOGenerator

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
SpringJava5DAOGenerator()
           
 
Method Summary
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
addConfigurationProperties, addContextProperties, getDAOImplementation, getDAOImplementationType, getDAOInterface, getDAOInterfaceType, getDAOPackage, getDeleteByExampleMethods, getDeleteByPrimaryKeyMethods, getExtraImplementationMethods, getGeneratedJavaFiles, getInsertMethods, getSelectByExampleWithBLOBsMethods, getSelectByExampleWithoutBLOBsMethods, 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
 

Constructor Detail

SpringJava5DAOGenerator

public SpringJava5DAOGenerator()