Uses of Class
org.mybatis.generator.api.PluginAdapter
Packages that use PluginAdapter
-
Uses of PluginAdapter in org.mybatis.generator.plugins
Subclasses of PluginAdapter in org.mybatis.generator.pluginsModifier and TypeClassDescriptionclassThis plugin adds a CacheNamespace annotation to generated Java or Kotlin mapper interfaces.classThis plugin adds a cache element to generated sqlMaps.classThis plugin demonstrates adding methods to the example class to enable case-insensitive LIKE searches.classThis plugin adds equals() and hashCode() methods to the generated model classes.classThis plugin adds fluent builder methods to the generated model classes.classThis plugin will cause any table of type "VIEW" in a context to be ignored.classclassThis plugin generates a MapperConfig file containing mapper entries for SQL maps generated for MyBatis3.classThis plugin demonstrates overriding the initialized() method to rename the generated example classes.classThis plugin will add selectByExample methods that include rowBounds parameters to the generated mapper interface.classThis plugin adds the java.io.Serializable marker interface to all generated model objects.classclassThis plugin marks generated XML mapper files as unmergeable.classThis plugin can be used to specify columns that act as a primary key, even if they are not strictly defined as primary keys in the database. -
Uses of PluginAdapter in org.mybatis.generator.plugins.dsql
Subclasses of PluginAdapter in org.mybatis.generator.plugins.dsqlModifier and TypeClassDescriptionclassDisables all delete methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.classDisables all insert methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.classDisables all update methods in the MyBatis3DynamicSQL and MyBatis3Kotlin runtimes.