|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava5Impl
public class JavaModelGeneratorJava5Impl
This class overrides methods in the Java2 implementation to provide Java5 support in the Example class - using typed collections.
Field Summary |
---|
Fields inherited from class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl |
---|
abatorContext, properties, targetPackage, targetProject, warnings |
Constructor Summary | |
---|---|
JavaModelGeneratorJava5Impl()
|
Method Summary | |
---|---|
protected InnerClass |
getCriteriaInnerClass(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
protected TopLevelClass |
getExample(IntrospectedTable introspectedTable)
|
protected Method |
getSetInOrNotInMethod(ColumnDefinition cd,
boolean inMethod)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaModelGeneratorJava5Impl()
Method Detail |
---|
protected TopLevelClass getExample(IntrospectedTable introspectedTable)
getExample
in class JavaModelGeneratorJava2Impl
protected InnerClass getCriteriaInnerClass(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
getCriteriaInnerClass
in class JavaModelGeneratorJava2Impl
protected Method getSetInOrNotInMethod(ColumnDefinition cd, boolean inMethod)
getSetInOrNotInMethod
in class JavaModelGeneratorJava2Impl
cd
- inMethod
- if true generates an "in" method, else generates a "not in"
method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |