索引

A B C D E F G I J K L M N O P R S T U V W Y 
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 PrimaryKey use 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
Annotate a property of field or method mapping to a column of data table.
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
Annotate the property is a created column which is had a Default value of NOW() and it is Final and ReadOnly.
creator() - annotation interface 中的元素 org.ifinalframework.data.annotation.EnumValue
return the static creator name of target Enum.
Creator - org.ifinalframework.data.annotation中的Annotation Interface
Annotate the property represent the creator which is Final.

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
Annotate the bean property is a Enum which will be serialized some ext property in json, such as xxxName and xxxDesc.

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
Annotate the element of Field or Method is persistent to json.
JSON - enum class 中的枚举常量 org.ifinalframework.data.annotation.PersistentType
Json

K

Keyword - org.ifinalframework.data.annotation中的Annotation Interface
Annotate the property is 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 when insert and update.
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 Annotation mark 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
Annotate the element of Field or Method is a readonly property, it will not be insert and update.
Reference - org.ifinalframework.data.annotation中的Annotation Interface
Annotate the property is a reference column which mapping multi columns in datasource, and the type of this property must implements the entity 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
Annotated the name of table or column should be convert to upper case use String.toUpperCase().

V

value() - annotation interface 中的元素 org.ifinalframework.data.annotation.Column
return the column name of property mapped.
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
return the parameter type of the static creator.
Version - org.ifinalframework.data.annotation中的Annotation Interface
Marked the element is a version record, it's a ReadOnly column, it's value insert by Default, such as 1, and modified when update whit column = column + 1.
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 WriteOnly property 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
是否有效枚举,用于标记记录是否有效。
A B C D E F G I J K L M N O P R S T U V W Y 
All Classes and Interfaces|所有程序包|序列化表格