Uses of Class
org.apache.ibatis.ibator.api.IbatorPlugin.ModelClassType

Packages that use IbatorPlugin.ModelClassType
org.apache.ibatis.ibator.api Provides the main classes and interfaces used by clients of ibator. 
org.apache.ibatis.ibator.internal   
 

Uses of IbatorPlugin.ModelClassType in org.apache.ibatis.ibator.api
 

Methods in org.apache.ibatis.ibator.api that return IbatorPlugin.ModelClassType
static IbatorPlugin.ModelClassType IbatorPlugin.ModelClassType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IbatorPlugin.ModelClassType[] IbatorPlugin.ModelClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ibatis.ibator.api with parameters of type IbatorPlugin.ModelClassType
 boolean IbatorPluginAdapter.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPlugin.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
          This method is called after the field is generated for a specific column in a table.
 boolean IbatorPluginAdapter.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
          This method is called after the getter, or accessor, method is generated for a specific column in a table.
 boolean IbatorPluginAdapter.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
          This method is called after the setter, or mutator, method is generated for a specific column in a table.
 

Uses of IbatorPlugin.ModelClassType in org.apache.ibatis.ibator.internal
 

Methods in org.apache.ibatis.ibator.internal with parameters of type IbatorPlugin.ModelClassType
 boolean IbatorPluginAggregator.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPluginAggregator.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)
           
 boolean IbatorPluginAggregator.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, IbatorPlugin.ModelClassType modelClassType)