We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
table的index字段指定主键列表。 详细请参见 wiki-配置相关定义 中关于table的mode和index的相关文档。
map及list表支持主键概念,未指定mode和index的情况下,自动为mode=map模式,并记录bean的第一个字段作为主键。
假设 TbTest表的记录为Test类型,你想用Test的my_index字段作为key,则:
<table name="TbTest" value="Test" index="my_index"/>
支持。 table mode=list时,支持联合多主键模式和独立多主键模式。详细文档参见 wiki-配置相关定义 中关于table的mode的相关文档。
支持。wiki-配置相关定义 中关于 分级定义及分组导出相关文档。
可以。 参见 wiki-配置相关定义 中关于 table.input的文档。