| 程序包 | 说明 |
|---|---|
| org.asia.mybatis.generator.plugins | |
| org.mybatis.generator.plugins |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchInsertPlugin |
class |
BatchInsertPluginOld
已过时。
|
class |
BatchUpdatePlugin |
class |
BoPlugin |
class |
IbatisPaginationPlugin |
class |
MySqlPaginationPlugin |
class |
OneToManyPlugin |
class |
OneToOnePlugin |
class |
OraclePaginationPlugin |
class |
PaginationPlugin
已过时。
|
class |
SerializablePlugin
Created by csz on 15-7-1.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CachePlugin
This plugin adds a cache element to generated sqlMaps.
|
class |
CaseInsensitiveLikePlugin
This plugin demonstrates adding methods to the example class to enable
case-insensitive LIKE searches.
|
class |
EqualsHashCodePlugin
This plugin adds equals() and hashCode() methods to the generated model
classes.
|
class |
FluentBuilderMethodsPlugin
This plugin adds fluent builder methods to the generated model
classes.
|
class |
MapperAnnotationPlugin |
class |
MapperConfigPlugin
This plugin generates a MapperConfig file containing mapper entries for SQL
maps generated for MyBatis3.
|
class |
RenameExampleClassPlugin
This plugin demonstrates overriding the initialized() method to rename the
generated example classes.
|
class |
RowBoundsPlugin
This plugin will add selectByExample methods that include rowBounds
parameters to the generated mapper interface.
|
class |
SqlMapConfigPlugin
This plugin generates an SqlMapConfig file containing sqlMap entries for
all generated SQL maps.
|
class |
ToStringPlugin |
class |
VirtualPrimaryKeyPlugin
This 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.
|
Copyright © 2018. All Rights Reserved.