JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH
Package cn.yusiwen.commons.mapper.annotation
package
cn.yusiwen.commons.mapper.annotation
Related Packages
Package
Description
cn.yusiwen.commons.mapper
Annotation Types
Class
Description
JSONColumn
此注解用于标记类或字段,以指定它们在 JSON 映射中的特殊处理方式。
NotColumn
对象属性不映射到数据库注解(可作用于字段上,或类型指定哪些字段不映射)
PrimaryKey
此注解用于标记字段是数据库中的主键。
Table
此注解用于表示数据库的表名。