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

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

public class IbatisJava2DAOGenerator
extends BaseDAOGenerator

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
IbatisJava2DAOGenerator()
           
 
Methods inherited from class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
addConfigurationProperties, afterImplementationGenerationHook, afterInterfaceGenerationHook, getCountByExampleMethods, getDAOImplementation, getDAOImplementationType, getDAOInterface, getDAOInterfaceType, getDAOPackage, getDeleteByExampleMethods, getDeleteByPrimaryKeyMethods, getGeneratedJavaFiles, getInsertMethods, getSelectByExampleWithBLOBsMethods, getSelectByExampleWithoutBLOBsMethods, getSelectByPrimaryKeyMethods, getUpdateByExampleParms, getUpdateByExampleSelectiveMethods, getUpdateByExampleWithBLOBsMethods, getUpdateByExampleWithoutBLOBsMethods, 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
 

Constructor Detail

IbatisJava2DAOGenerator

public IbatisJava2DAOGenerator()