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.internal   
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
 java.lang.String SqlMapGenerator.getSqlMapNamespace(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getPrimaryKeyType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getBaseRecordType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getExampleType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGenerator.getRecordWithBLOBsType(FullyQualifiedTable table)
           
 void CommentGenerator.addFieldComment(Field field, FullyQualifiedTable table, java.lang.String columnName)
          This method should add a Javadoc comment to the specified field.
 void CommentGenerator.addFieldComment(Field field, FullyQualifiedTable table)
           
 void CommentGenerator.addClassComment(InnerClass innerClass, FullyQualifiedTable table)
           
 void CommentGenerator.addEnumComment(InnerEnum innerEnum, FullyQualifiedTable table)
           
 void CommentGenerator.addGetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void CommentGenerator.addSetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void CommentGenerator.addGeneralMethodComment(Method method, FullyQualifiedTable table)
           
 

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

Methods in org.apache.ibatis.abator.internal with parameters of type FullyQualifiedTable
 void DefaultCommentGenerator.addFieldComment(Field field, FullyQualifiedTable table, java.lang.String columnName)
           
 void DefaultCommentGenerator.addFieldComment(Field field, FullyQualifiedTable table)
           
 void DefaultCommentGenerator.addClassComment(InnerClass innerClass, FullyQualifiedTable table)
           
 void DefaultCommentGenerator.addEnumComment(InnerEnum innerEnum, FullyQualifiedTable table)
           
 void DefaultCommentGenerator.addGetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void DefaultCommentGenerator.addSetterComment(Method method, FullyQualifiedTable table, java.lang.String columnName)
           
 void DefaultCommentGenerator.addGeneralMethodComment(Method method, FullyQualifiedTable table)
           
 

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
protected  Method BaseLegacyDAOGenerator.getExampleParmsMethod(ColumnDefinition cd, FullyQualifiedTable table)
          This method returns a properly formatted method that sets up example parms for an individual column.
protected  FullyQualifiedJavaType BaseDAOGenerator.getDAOImplementationType(FullyQualifiedTable table)
           
protected  java.lang.String BaseDAOGenerator.getDAOPackage(FullyQualifiedTable table)
           
protected  FullyQualifiedJavaType BaseDAOGenerator.getDAOInterfaceType(FullyQualifiedTable table)
           
 Method AbstractDAOTemplate.getConstructorClone(CommentGenerator commentGenerator, FullyQualifiedJavaType type, FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getFieldClones(CommentGenerator commentGenerator, FullyQualifiedTable table)
           
 java.util.Iterator AbstractDAOTemplate.getMethodClones(CommentGenerator commentGenerator, 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, java.lang.String rootClass)
          Adds fields and getter/setter methods for each ColumnDefinition passed into the method.
protected  java.lang.String JavaModelGeneratorJava2Impl.getJavaModelPackage(FullyQualifiedTable table)
          Calculates the package for generated domain objects.
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getExampleType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getPrimaryKeyType(FullyQualifiedTable table)
           
 FullyQualifiedJavaType JavaModelGeneratorJava2Impl.getBaseRecordType(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
 java.lang.String SqlMapGeneratorIterateImpl.getSqlMapNamespace(FullyQualifiedTable table)
           
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.
protected  java.lang.String SqlMapGeneratorIterateImpl.getSqlMapPackage(FullyQualifiedTable table)
          Calculates the package for the current table.