Uses of Class
org.apache.ibatis.abator.internal.db.ColumnDefinition

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

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

Methods in org.apache.ibatis.abator.api with parameters of type ColumnDefinition
 void JavaTypeResolver.initializeResolvedJavaType(ColumnDefinition cd)
          Initializes the ResolvedJavaType property of the ColumnDescription based on the jdbc type, length, and scale of the column.
 

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

Methods in org.apache.ibatis.abator.internal.db that return ColumnDefinition
 ColumnDefinition ColumnDefinitions.getColumn(java.lang.String columnName)
           
 

Methods in org.apache.ibatis.abator.internal.db with parameters of type ColumnDefinition
 void ColumnDefinitions.addColumn(ColumnDefinition cd)
           
 

Uses of ColumnDefinition in org.apache.ibatis.abator.internal.java
 

Methods in org.apache.ibatis.abator.internal.java with parameters of type ColumnDefinition
protected  java.lang.String DAOGeneratorBaseImpl.getExampleParmsMethod(ColumnDefinition cd, FullyQualifiedTable table)
          This method returns a properly formatted method that sets up example parms for an individual column.
 java.lang.String BaseJavaCodeGenerator.getGetterMethodComment(FullyQualifiedTable table, ColumnDefinition columnDefinition)
           
 java.lang.String BaseJavaCodeGenerator.getSetterMethodComment(FullyQualifiedTable table, ColumnDefinition columnDefinition)
           
 

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

Methods in org.apache.ibatis.abator.internal.java.model with parameters of type ColumnDefinition
protected  java.lang.String JavaModelGeneratorJava2Impl.getCalculateConditionMethod(ColumnDefinition cd, FullyQualifiedTable table)
          This method returns a properly formatted method that sets up QBE conditions for an individual column.
 java.lang.String ExampleClause.getClause(ColumnDefinition cd)
           
 

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

Methods in org.apache.ibatis.abator.internal.sqlmap with parameters of type ColumnDefinition
protected  java.lang.String SqlMapGeneratorIterateImpl.getSelectKey(ColumnDefinition columnDefinition, TableConfiguration tableConfiguration, int indentLevel)
          This method should return well formatted XML for the select key element used to automatically generate keys.
protected  java.lang.String SqlMapGeneratorDefaultImpl.getSelectKey(ColumnDefinition columnDefinition, TableConfiguration tableConfiguration, int indentLevel)
          This method should return well formatted XML for the select key element used to automatically generate keys.
 java.lang.String ExampleClause.getSelectorAndProperty(ColumnDefinition cd)
           
 java.lang.String ExampleClause.getSelectorOrProperty(ColumnDefinition cd)
           
 java.lang.String ExampleClause.getClause(ColumnDefinition cd)
           
 

Uses of ColumnDefinition in org.apache.ibatis.abator.internal.types
 

Methods in org.apache.ibatis.abator.internal.types with parameters of type ColumnDefinition
 void JavaTypeResolverDefaultImpl.initializeResolvedJavaType(ColumnDefinition cd)