Uses of Class
org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl

Packages that use JavaModelGeneratorJava2Impl
org.apache.ibatis.abator.internal.java.model   
 

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

Subclasses of JavaModelGeneratorJava2Impl in org.apache.ibatis.abator.internal.java.model
 class JavaModelGeneratorJava5Impl
          This class overrides methods in the Java2 implementation to provide Java5 support in the Example class - using typed collections.
 class JavaModelGeneratorLegacyImpl
          This class overrides methods in the Java2 implementation to provide the legacy implementation of the example class.