org.apache.ibatis.ibator.generator.ibatis2.model
Class RecordWithBLOBsGenerator

java.lang.Object
  extended by org.apache.ibatis.ibator.generator.AbstractGenerator
      extended by org.apache.ibatis.ibator.generator.AbstractJavaGenerator
          extended by org.apache.ibatis.ibator.generator.ibatis2.model.BaseModelClassGenerator
              extended by org.apache.ibatis.ibator.generator.ibatis2.model.RecordWithBLOBsGenerator

public class RecordWithBLOBsGenerator
extends BaseModelClassGenerator

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.ibator.generator.AbstractGenerator
ibatorContext, introspectedTable, progressCallback, warnings
 
Constructor Summary
RecordWithBLOBsGenerator()
           
 
Method Summary
 java.util.List<CompilationUnit> getCompilationUnits()
           
 
Methods inherited from class org.apache.ibatis.ibator.generator.ibatis2.model.BaseModelClassGenerator
getJavaBeansField, getJavaBeansGetter, getJavaBeansSetter, getRootClass, isTrimStringsEnabled
 
Methods inherited from class org.apache.ibatis.ibator.generator.AbstractGenerator
getIbatorContext, getIntrospectedTable, getProgressCallback, getWarnings, setIbatorContext, setIntrospectedTable, setProgressCallback, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordWithBLOBsGenerator

public RecordWithBLOBsGenerator()
Method Detail

getCompilationUnits

public java.util.List<CompilationUnit> getCompilationUnits()
Specified by:
getCompilationUnits in class AbstractJavaGenerator