跳过导航链接
A C E F G J K L M N O P R S T U V W Y 

A

AbsEntity - org.ifinalframework.data.annotation中的类
The build-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
 
AutoInc - org.ifinalframework.data.annotation中的注释类型
A marker annotation to annotated the PrimaryKey use auto incr.

C

Column - org.ifinalframework.data.annotation中的注释类型
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中的注释类型
Annotate the property is a created column which is have a Default value of NOW() and it is Final and ReadOnly.
Creator - org.ifinalframework.data.annotation中的注释类型
Annotate the property represent the creator which is Final.

E

EnumValue - org.ifinalframework.data.annotation中的注释类型
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中的注释类型
Mark the target is a function column.

G

Geometry - org.ifinalframework.data.annotation中的注释类型
 

J

Json - org.ifinalframework.data.annotation中的注释类型
Annotate the element of Field or Method is persistent to json.

K

Keyword - org.ifinalframework.data.annotation中的注释类型
Annotate the property is a sql keyword which should be warped like `{property}`.

L

LastModified - org.ifinalframework.data.annotation中的注释类型
define default value with ddl DEFAULT NULL ON UPDATE NOW.
LastModifier - org.ifinalframework.data.annotation中的注释类型
Annotate the property represent a last modifier.

M

Metadata - org.ifinalframework.data.annotation中的类
 
Metadata() - 类 的构造器org.ifinalframework.data.annotation.Metadata
 

N

NameConverter - org.ifinalframework.data.annotation中的接口
 
NonCompare - org.ifinalframework.data.annotation中的注释类型
 

O

Order - org.ifinalframework.data.annotation中的注释类型
 
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中的枚举
持久化类型
Prefix - org.ifinalframework.data.annotation中的注释类型
Annotation the property which have a prefix value.
PrimaryKey - org.ifinalframework.data.annotation中的注释类型
Marked the element is a primary key.

R

ReadOnly - org.ifinalframework.data.annotation中的注释类型
Annotate the element of Field or Method is a readonly property, it will not be insert and update.
Reference - org.ifinalframework.data.annotation中的注释类型
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中的枚举
引用模式

S

Schema - org.ifinalframework.data.annotation中的注释类型
 
SqlKeyWords - org.ifinalframework.data.annotation中的类
 

T

Table - org.ifinalframework.data.annotation中的注释类型
Annotate the entity mapping a special table in datasource by Table.value().
TypeHandler - org.ifinalframework.data.annotation中的注释类型
TypeHandler.

U

UpperCase - org.ifinalframework.data.annotation中的注释类型
Annotated the name of table or column should be convert to upper case use String.toUpperCase().

V

valueOf(String) - 枚举 中的静态方法org.ifinalframework.data.annotation.PersistentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ifinalframework.data.annotation.ReferenceMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ifinalframework.data.annotation.YN
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.ifinalframework.data.annotation.PersistentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ifinalframework.data.annotation.ReferenceMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ifinalframework.data.annotation.YN
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Version - org.ifinalframework.data.annotation中的注释类型
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中的注释类型
视图,根据视图生成SQL。
Virtual - org.ifinalframework.data.annotation中的注释类型
Marked the element is a virtual property, it's value generated by a json.

W

WriteOnly - org.ifinalframework.data.annotation中的注释类型
Mark the element is a WriteOnly property which will not be generated select.

Y

YN - org.ifinalframework.data.annotation中的枚举
是否有效枚举,用于标记记录是否有效。
A C E F G J K L M N O P R S T U V W Y 
跳过导航链接

Copyright © 2021. All rights reserved.