Uses of Class
org.apache.ibatis.abator.api.FullyQualifiedTable

Packages that use FullyQualifiedTable
org.apache.ibatis.abator.api Provides the main classes and interfaces used by clients of Abator. 
org.apache.ibatis.abator.api.dom.java   
org.apache.ibatis.abator.internal.db   
org.apache.ibatis.abator.internal.java.dao   
org.apache.ibatis.abator.internal.java.model   
org.apache.ibatis.abator.internal.rules   
org.apache.ibatis.abator.internal.sqlmap   
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.api
 

Methods in org.apache.ibatis.abator.api that return FullyQualifiedTable
 FullyQualifiedTable IntrospectedTable.getTable()
           
 

Methods in org.apache.ibatis.abator.api with parameters of type FullyQualifiedTable
 FullyQualifiedJavaType JavaModelGenerator.getBaseRecordType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getExampleType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getPrimaryKeyType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getRecordWithBLOBsType(FullyQualifiedTable table)
           
 java.lang.String SqlMapGenerator.getSqlMapNamespace(FullyQualifiedTable table)
           
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.api.dom.java
 

Methods in org.apache.ibatis.abator.api.dom.java with parameters of type FullyQualifiedTable
 void Method.addComment(FullyQualifiedTable table)
           
 void InnerEnum.addComment(FullyQualifiedTable table)
           
 void InnerClass.addComment(FullyQualifiedTable table)
           
 void Field.addComment(FullyQualifiedTable table)
           
 void Field.addComment(FullyQualifiedTable table, java.lang.String columnName)
           
 void Method.addGetterComment(FullyQualifiedTable table, ColumnDefinition columnDefinition)
           
 void Method.addSetterComment(FullyQualifiedTable table, ColumnDefinition columnDefinition)
           
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.internal.db
 

Methods in org.apache.ibatis.abator.internal.db that return FullyQualifiedTable
 FullyQualifiedTable IntrospectedTableImpl.getTable()
           
 

Constructors in org.apache.ibatis.abator.internal.db with parameters of type FullyQualifiedTable
IntrospectedTableImpl(TableConfiguration tableConfiguration, ColumnDefinitions columnDefinitions, FullyQualifiedTable table)
           
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.internal.java.dao
 

Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type FullyQualifiedTable
 Method AbstractDAOTemplate.getConstructorClone(FullyQualifiedJavaType type, FullyQualifiedTable table)
           
protected  FullyQualifiedJavaType BaseDAOGenerator.getDAOImplementationType(FullyQualifiedTable table)
           
protected  FullyQualifiedJavaType BaseDAOGenerator.getDAOInterfaceType(FullyQualifiedTable table)
           
protected  java.lang.String BaseDAOGenerator.getDAOPackage(FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getFieldClones(FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getMethodClones(FullyQualifiedTable table)
           
 

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

Methods in org.apache.ibatis.abator.internal.java.model with parameters of type FullyQualifiedTable
protected  void JavaModelGeneratorJava2Impl.generateClassParts(FullyQualifiedTable table, java.util.Iterator columnDefinitions, TopLevelClass topLevelClass)
          Adds fields and getter/setter methods for each ColumnDefinition passed into the method.
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getBaseRecordType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getExampleType(FullyQualifiedTable table)
           
protected  java.lang.String JavaModelGeneratorJava2Impl.getJavaModelPackage(FullyQualifiedTable table)
          Calculates the package for generated domain objects.
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getPrimaryKeyType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getRecordWithBLOBsType(FullyQualifiedTable table)
           
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.internal.rules
 

Methods in org.apache.ibatis.abator.internal.rules with parameters of type FullyQualifiedTable
 FullyQualifiedJavaType AbatorRules.calculateAllFieldsClass(JavaModelGenerator javaModelGenerator, FullyQualifiedTable table)
          Calculates the class that contains all fields.
 

Uses of FullyQualifiedTable in org.apache.ibatis.abator.internal.sqlmap
 

Methods in org.apache.ibatis.abator.internal.sqlmap with parameters of type FullyQualifiedTable
protected  java.lang.String SqlMapGeneratorIterateImpl.getResultMapName(FullyQualifiedTable table)
          Calculates the name of the result map.
protected  java.lang.String SqlMapGeneratorIterateImpl.getSqlMapFileName(FullyQualifiedTable table)
          Calculates a file name for the current table.
 java.lang.String SqlMapGeneratorIterateImpl.getSqlMapNamespace(FullyQualifiedTable table)
           
protected  java.lang.String SqlMapGeneratorIterateImpl.getSqlMapPackage(FullyQualifiedTable table)
          Calculates the package for the current table.