索引
All Classes and Interfaces|所有程序包|序列化表格
A
- AbsEntity - org.ifinalframework.data.annotation中的类
-
The built-in base impl of entity which have the common property. such as
AbsEntity.id,AbsEntity.version,AbsEntity.created,AbsEntity.lastModified,AbsEntity.yn. - AbsEntity() - 类的构造器 org.ifinalframework.data.annotation.AbsEntity
- AbsRecord - org.ifinalframework.data.annotation中的类
- AbsRecord() - 类的构造器 org.ifinalframework.data.annotation.AbsRecord
- AbsUser - org.ifinalframework.data.annotation中的类
- AbsUser() - 类的构造器 org.ifinalframework.data.annotation.AbsUser
- AUTO - enum class 中的枚举常量 org.ifinalframework.data.annotation.PersistentType
-
自动映射
- AutoInc - org.ifinalframework.data.annotation中的Annotation Interface
-
A marker annotation to annotated the
PrimaryKeyuse auto incr.
B
- BLOB - enum class 中的枚举常量 org.ifinalframework.data.annotation.PersistentType
-
大文本
C
- CANONICAL - enum class 中的枚举常量 org.ifinalframework.data.annotation.ReferenceMode
-
典范模式,与其他引用一样,id 将与引用属性拼接
- Column - org.ifinalframework.data.annotation中的Annotation Interface
- contains(String) - 类中的静态方法 org.ifinalframework.data.annotation.SqlKeyWords
- convert(String) - 接口中的方法 org.ifinalframework.data.annotation.NameConverter
-
return the mapping name of source name.
- Created - org.ifinalframework.data.annotation中的Annotation Interface
- creator() - annotation interface 中的元素 org.ifinalframework.data.annotation.EnumValue
- Creator - org.ifinalframework.data.annotation中的Annotation Interface
D
- delimiter() - annotation interface 中的元素 org.ifinalframework.data.annotation.Reference
- desc() - annotation interface 中的元素 org.ifinalframework.data.annotation.EnumValue
-
序列化时增加的枚举描述对应的枚举属性
E
- EnumValue - org.ifinalframework.data.annotation中的Annotation Interface
F
- Function - org.ifinalframework.data.annotation中的Annotation Interface
-
Mark the target is a function column.
G
- Geometry - org.ifinalframework.data.annotation中的Annotation Interface
I
- insert() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
return the column writer expression
J
- javaType() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
return the property java type
- Json - org.ifinalframework.data.annotation中的Annotation Interface
- JSON - enum class 中的枚举常量 org.ifinalframework.data.annotation.PersistentType
-
Json
K
- Keyword - org.ifinalframework.data.annotation中的Annotation Interface
-
Annotate the
propertyis a sql keyword which should be warped like `{property}`.
L
- LastModified - org.ifinalframework.data.annotation中的Annotation Interface
-
define default value with ddl
DEFAULT NULL ON UPDATE NOW. would not be generated sql wheninsertandupdate. - LastModifier - org.ifinalframework.data.annotation中的Annotation Interface
-
Annotate the property represent a last modifier.
M
- Metadata - org.ifinalframework.data.annotation中的类
- Metadata() - 类的构造器 org.ifinalframework.data.annotation.Metadata
- mode() - annotation interface 中的元素 org.ifinalframework.data.annotation.Reference
N
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Created
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Creator
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Function
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Geometry
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Json
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.LastModified
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.LastModifier
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.PrimaryKey
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Reference
- name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Version
-
Alias for
Column.name(). - name() - annotation interface 中的元素 org.ifinalframework.data.annotation.Virtual
- NameConverter - org.ifinalframework.data.annotation中的接口
- NO - enum class 中的枚举常量 org.ifinalframework.data.annotation.YN
-
无效
- NonCompare - org.ifinalframework.data.annotation中的Annotation Interface
O
- onDuplicateKey() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
column = values(column) - Order - org.ifinalframework.data.annotation中的Annotation Interface
- org.ifinalframework.data.annotation - 程序包 org.ifinalframework.data.annotation
-
Use
Annotationmark the entity to mapping the table of database.
P
- PersistentType - org.ifinalframework.data.annotation中的Enum Class
-
持久化类型
- Prefix - org.ifinalframework.data.annotation中的Annotation Interface
-
Annotation the property which have a prefix value.
- PrimaryKey - org.ifinalframework.data.annotation中的Annotation Interface
-
Marked the element is a primary key.
- properties() - annotation interface 中的元素 org.ifinalframework.data.annotation.Reference
R
- reader() - annotation interface 中的元素 org.ifinalframework.data.annotation.Function
- ReadOnly - org.ifinalframework.data.annotation中的Annotation Interface
- Reference - org.ifinalframework.data.annotation中的Annotation Interface
- ReferenceMode - org.ifinalframework.data.annotation中的Enum Class
-
引用模式
S
- Schema - org.ifinalframework.data.annotation中的Annotation Interface
- select() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
select column
- SIMPLE - enum class 中的枚举常量 org.ifinalframework.data.annotation.ReferenceMode
-
简单模式,id 引用简写为引用属性名
- SqlKeyWords - org.ifinalframework.data.annotation中的类
T
- Table - org.ifinalframework.data.annotation中的Annotation Interface
-
Annotate the entity mapping a special table in datasource by
Table.value(). - Tenant - org.ifinalframework.data.annotation中的Annotation Interface
-
Tenant.
- TypeHandler - org.ifinalframework.data.annotation中的Annotation Interface
-
TypeHandler.
U
- update() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
column = value
- UpperCase - org.ifinalframework.data.annotation中的Annotation Interface
V
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
-
return the column name of
propertymapped. - value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Created
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Creator
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.EnumValue
-
枚举类型
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Function
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Geometry
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Json
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.LastModified
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.LastModifier
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Order
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Prefix
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.PrimaryKey
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Reference
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Schema
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Table
-
return the special table name when the
Class.getSimpleName()of entity can not mapped the table. - value() - annotation interface 中的元素 org.ifinalframework.data.annotation.TypeHandler
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Version
-
Alias for
Column.value(). - value() - annotation interface 中的元素 org.ifinalframework.data.annotation.View
- value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Virtual
- valueOf(String) - enum class中的静态方法 org.ifinalframework.data.annotation.PersistentType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 org.ifinalframework.data.annotation.ReferenceMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - enum class中的静态方法 org.ifinalframework.data.annotation.YN
-
Returns the enum constant of this class with the specified name.
- values() - enum class中的静态方法 org.ifinalframework.data.annotation.PersistentType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 org.ifinalframework.data.annotation.ReferenceMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - enum class中的静态方法 org.ifinalframework.data.annotation.YN
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType() - annotation interface 中的元素 org.ifinalframework.data.annotation.EnumValue
- Version - org.ifinalframework.data.annotation中的Annotation Interface
- View - org.ifinalframework.data.annotation中的Annotation Interface
-
视图,根据视图生成SQL。
- Virtual - org.ifinalframework.data.annotation中的Annotation Interface
-
Marked the element is a virtual property, it's value generated by a json.
W
- WriteOnly - org.ifinalframework.data.annotation中的Annotation Interface
-
Mark the element is a
WriteOnlyproperty which will not be generated select. - writer() - annotation interface 中的元素 org.ifinalframework.data.annotation.Function
Y
- YES - enum class 中的枚举常量 org.ifinalframework.data.annotation.YN
-
有效
- YN - org.ifinalframework.data.annotation中的Enum Class
-
是否有效枚举,用于标记记录是否有效。
All Classes and Interfaces|所有程序包|序列化表格