All Classes and Interfaces
类
说明
The built-in base impl of entity which have the common property. such as
AbsEntity.id, AbsEntity.version,AbsEntity.created,AbsEntity.lastModified,AbsEntity.yn.A marker annotation to annotated the
PrimaryKey use auto incr.Mark the target is a function column.
Annotate the
property is a sql keyword which should be warped like `{property}`.
define default value with ddl
DEFAULT NULL ON UPDATE NOW.
would not be generated sql when insert and update.
Annotate the property represent a last modifier.
持久化类型
Annotation the property which have a prefix value.
Marked the element is a primary key.
引用模式
Annotate the entity mapping a special table in datasource by
Table.value().Tenant.
TypeHandler.
视图,根据视图生成SQL。
Marked the element is a virtual property, it's value generated by a json.
Mark the element is a
WriteOnly property which will not be generated select.是否有效枚举,用于标记记录是否有效。