Uses of Class
org.mybatis.generator.api.Plugin.ModelClassType

Packages that use Plugin.ModelClassType
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
org.mybatis.generator.internal   
 

Uses of Plugin.ModelClassType in org.mybatis.generator.api
 

Methods in org.mybatis.generator.api that return Plugin.ModelClassType
static Plugin.ModelClassType Plugin.ModelClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Plugin.ModelClassType[] Plugin.ModelClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Uses of Plugin.ModelClassType in org.mybatis.generator.internal
 

Methods in org.mybatis.generator.internal with parameters of type Plugin.ModelClassType
 boolean PluginAggregator.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean PluginAggregator.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 boolean PluginAggregator.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.