Uses of Interface
org.apache.ibatis.abator.api.dom.java.CompilationUnit

Packages that use CompilationUnit
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.api.dom.java   
org.apache.ibatis.abator.internal.java.dao   
org.apache.ibatis.abator.internal.java.model   
 

Uses of CompilationUnit in org.apache.ibatis.abator.api
 

Constructors in org.apache.ibatis.abator.api with parameters of type CompilationUnit
GeneratedJavaFile(CompilationUnit compilationUnit, java.lang.String targetProject)
          Default constructor
 

Uses of CompilationUnit in org.apache.ibatis.abator.api.dom.java
 

Classes in org.apache.ibatis.abator.api.dom.java that implement CompilationUnit
 class Interface
           
 class TopLevelClass
           
 class TopLevelEnumeration
           
 

Uses of CompilationUnit in org.apache.ibatis.abator.internal.java.dao
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type CompilationUnit
protected  java.util.List BaseLegacyDAOGenerator.getDeleteByExampleMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getDeleteByExampleMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getDeleteByPrimaryKeyMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseLegacyDAOGenerator.getExtraImplementationMethods(IntrospectedTable introspectedTable, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getExtraImplementationMethods(IntrospectedTable introspectedTable, CompilationUnit compilationUnit)
          Override this method to provide any extra methods needed in the implementation class.
protected  java.util.List BaseDAOGenerator.getInsertMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseLegacyDAOGenerator.getSelectByExampleWithBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getSelectByExampleWithBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseLegacyDAOGenerator.getSelectByExampleWithoutBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getSelectByExampleWithoutBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getSelectByPrimaryKeyMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getUpdateByPrimaryKeySelectiveMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getUpdateByPrimaryKeyWithBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
protected  java.util.List BaseDAOGenerator.getUpdateByPrimaryKeyWithoutBLOBsMethods(IntrospectedTable introspectedTable, boolean interfaceMethod, CompilationUnit compilationUnit)
           
 

Uses of CompilationUnit in org.apache.ibatis.abator.internal.java.model
 

Methods in org.apache.ibatis.abator.internal.java.model that return CompilationUnit
protected  CompilationUnit JavaModelGeneratorJava2Impl.getBaseRecord(IntrospectedTable introspectedTable)
           
protected  CompilationUnit JavaModelGeneratorJava2Impl.getPrimaryKey(IntrospectedTable introspectedTable)
           
protected  CompilationUnit JavaModelGeneratorJava2Impl.getRecordWithBLOBs(IntrospectedTable introspectedTable)