org.apache.ibatis.ibator.generator.ibatis2
Class IntrospectedTableIbatis2Java5Impl

java.lang.Object
  extended by org.apache.ibatis.ibator.api.IntrospectedTable
      extended by org.apache.ibatis.ibator.generator.ibatis2.IntrospectedTableIbatis2Java2Impl
          extended by org.apache.ibatis.ibator.generator.ibatis2.IntrospectedTableIbatis2Java5Impl

public class IntrospectedTableIbatis2Java5Impl
extends IntrospectedTableIbatis2Java2Impl

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.apache.ibatis.ibator.generator.ibatis2.IntrospectedTableIbatis2Java2Impl
daoGenerators, javaModelGenerators, sqlMapGenerator
 
Fields inherited from class org.apache.ibatis.ibator.api.IntrospectedTable
ATTR_BASE_RECORD_TYPE, ATTR_DAO_IMPLEMENTATION_PACKAGE, ATTR_DAO_IMPLEMENTATION_TYPE, ATTR_DAO_INTERFACE_PACKAGE, ATTR_DAO_INTERFACE_TYPE, ATTR_EXAMPLE_TYPE, ATTR_JAVA_MODEL_PACKAGE, ATTR_PRIMARY_KEY_TYPE, ATTR_RECORD_WITH_BLOBS_TYPE, ATTR_SQL_MAP_FILE_NAME, ATTR_SQL_MAP_PACKAGE, attributes, baseColumns, blobColumns, fullyQualifiedTable, ibatorContext, primaryKeyColumns, rules, tableConfiguration
 
Constructor Summary
IntrospectedTableIbatis2Java5Impl()
           
 
Method Summary
 boolean isJava5Targeted()
          Denotes whether generated code is targeted for Java version 5.0 or higher.
 
Methods inherited from class org.apache.ibatis.ibator.generator.ibatis2.IntrospectedTableIbatis2Java2Impl
calculateDAOGenerators, calculateGenerators, calculateJavaModelGenerators, calculateSqlMapGenerator, getGeneratedJavaFiles, getGeneratedXmlFiles, getGenerationSteps, initializeAbstractGenerator
 
Methods inherited from class org.apache.ibatis.ibator.api.IntrospectedTable
addColumn, addPrimaryKeyColumn, getAllColumns, getAttribute, getBaseColumns, getBaseRecordType, getBLOBColumns, getColumn, getDAOImplementationPackage, getDAOImplementationType, getDAOInterfacePackage, getDAOInterfaceType, getExampleType, getFullyQualifiedTable, getGeneratedKey, getJavaModelPackage, getNonBLOBColumnCount, getNonBLOBColumns, getNonPrimaryKeyColumns, getPrimaryKeyColumns, getPrimaryKeyType, getRecordWithBLOBsType, getRules, getSelectByExampleQueryId, getSelectByPrimaryKeyQueryId, getSqlMapFileName, getSqlMapPackage, getTableConfigurationProperty, hasAnyColumns, hasBaseColumns, hasBLOBColumns, hasJDBCDateColumns, hasJDBCTimeColumns, hasPrimaryKeyColumns, initialize, removeAttribute, setAttribute, setFullyQualifiedTable, setIbatorContext, setRules, setTableConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectedTableIbatis2Java5Impl

public IntrospectedTableIbatis2Java5Impl()
Method Detail

isJava5Targeted

public boolean isJava5Targeted()
Description copied from class: IntrospectedTable
Denotes whether generated code is targeted for Java version 5.0 or higher.

Overrides:
isJava5Targeted in class IntrospectedTableIbatis2Java2Impl
Returns:
true if the generated code makes use of Java5 features