|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.abator.internal.java.BaseJavaCodeGenerator
org.apache.ibatis.abator.internal.java.DAOGeneratorBaseImpl
org.apache.ibatis.abator.internal.java.DAOGeneratorGenericSetterInjectionImpl
This class generates DAO classes that are generic and utilize sql maps directly. The pattern is setter injection.
Field Summary |
Fields inherited from class org.apache.ibatis.abator.internal.java.DAOGeneratorBaseImpl |
daoGeneratorTemplate, javaModelGenerator, properties, sqlMapGenerator, targetPackage, targetProject, warnings |
Fields inherited from class org.apache.ibatis.abator.internal.java.BaseJavaCodeGenerator |
lineSeparator |
Constructor Summary | |
DAOGeneratorGenericSetterInjectionImpl()
|
Method Summary | |
DAOGeneratorTemplate |
getDAOGeneratorTemplate()
Returns the template used to generate DAOs from the implementing final class. |
Methods inherited from class org.apache.ibatis.abator.internal.java.BaseJavaCodeGenerator |
getFieldComment, getFieldComment, getGetterMethodComment, getMethodComment, getMethodComment, getSetterMethodComment, indent, newLine |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DAOGeneratorGenericSetterInjectionImpl()
Method Detail |
public DAOGeneratorTemplate getDAOGeneratorTemplate()
DAOGeneratorBaseImpl
getDAOGeneratorTemplate
in class DAOGeneratorBaseImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |