Uses of Enum Class
org.mybatis.generator.api.Plugin.ModelClassType
Packages that use Plugin.ModelClassType
-
Uses of Plugin.ModelClassType in org.mybatis.generator.api
Subclasses with type arguments of type Plugin.ModelClassType in org.mybatis.generator.apiMethods in org.mybatis.generator.api that return Plugin.ModelClassTypeModifier and TypeMethodDescriptionstatic Plugin.ModelClassTypeReturns the enum constant of this class with the specified name.static Plugin.ModelClassType[]Plugin.ModelClassType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mybatis.generator.api with parameters of type Plugin.ModelClassTypeModifier and TypeMethodDescriptionbooleanCompositePlugin.modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.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.booleanCompositePlugin.modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.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.booleanCompositePlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType) default booleanPlugin.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.plugins
Methods in org.mybatis.generator.plugins with parameters of type Plugin.ModelClassTypeModifier and TypeMethodDescriptionbooleanFluentBuilderMethodsPlugin.modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)