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

Packages that use Interface
org.apache.ibatis.abator.internal.java.dao   
 

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

Methods in org.apache.ibatis.abator.internal.java.dao that return Interface
protected  Interface BaseDAOGenerator.getDAOInterface(IntrospectedTable introspectedTable)
           
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type Interface
protected  void BaseDAOGenerator.afterInterfaceGenerationHook(IntrospectedTable introspectedTable, Interface generatedInterface)
          Override this method to provide any extra customization of the generated interface.