跳过导航链接
A B C D E F G H I L M N O P Q R S T V W 

A

add(PropertyMapping) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
add nested property mapping.
addIndex(Index) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Adds the index.
addIndexs(Collection<Index>) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Adds the indexs.
addPropertyMapping(PropertyMapping) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Adds the property mapping.
addPropertyMappings(Collection<PropertyMapping>) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Adds the property mappings.
AggregateFunction - cn.featherfly.common.repository.operate中的枚举
AggregateFunctions
AliasManager - cn.featherfly.common.repository.builder中的类
AliasManager
AliasManager() - 类 的构造器cn.featherfly.common.repository.builder.AliasManager
 
and() - 接口 中的方法cn.featherfly.common.repository.builder.dml.LogicBuilder
逻辑与
asc(String...) - 接口 中的方法cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件

B

build() - 接口 中的方法cn.featherfly.common.repository.builder.Builder
构建dml字符串
build() - 接口 中的方法cn.featherfly.common.repository.builder.dml.Expression
create Expression string
Builder - cn.featherfly.common.repository.builder中的接口
dml构造器
BuilderException - cn.featherfly.common.repository.builder中的异常错误
BuilderException
BuilderException(BuilderExceptionCode) - 异常错误 的构造器cn.featherfly.common.repository.builder.BuilderException
 
BuilderException(BuilderExceptionCode, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.builder.BuilderException
 
BuilderExceptionCode - cn.featherfly.common.repository.builder中的类
BuilderExceptionCode
BuilderExceptionCode(Integer, String) - 类 的构造器cn.featherfly.common.repository.builder.BuilderExceptionCode
 
BuilderExceptionCode(Integer, String, Object[]) - 类 的构造器cn.featherfly.common.repository.builder.BuilderExceptionCode
 
BuilderExceptionCode(Integer, String, Locale) - 类 的构造器cn.featherfly.common.repository.builder.BuilderExceptionCode
 
BuilderExceptionCode(Integer, String, Locale, Object[]) - 类 的构造器cn.featherfly.common.repository.builder.BuilderExceptionCode
 
BuilderExceptionCode.BuilderExceptionCodes - cn.featherfly.common.repository.builder中的枚举
 

C

ClassMapping<T> - cn.featherfly.common.repository.mapping中的类
class repository mapping .
ClassMapping(Class<T>, String) - 类 的构造器cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassMapping(Class<T>, String, String) - 类 的构造器cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassMapping(Class<T>, String, String, String) - 类 的构造器cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassNameConversion - cn.featherfly.common.repository.mapping中的接口
ClassNameConversion
ClassNameJpaConversion - cn.featherfly.common.repository.mapping中的类
ClassNameJpaConversion jpa impl. use javax.persistence.Table
ClassNameJpaConversion() - 类 的构造器cn.featherfly.common.repository.mapping.ClassNameJpaConversion
 
ClassNameUnderlineConversion - cn.featherfly.common.repository.mapping中的类
ClassNameUnderlineConversion use _ join type every word.
ClassNameUnderlineConversion() - 类 的构造器cn.featherfly.common.repository.mapping.ClassNameUnderlineConversion
 
cn.featherfly.common.repository - 程序包 cn.featherfly.common.repository
 
cn.featherfly.common.repository.builder - 程序包 cn.featherfly.common.repository.builder
 
cn.featherfly.common.repository.builder.dml - 程序包 cn.featherfly.common.repository.builder.dml
dml builder package
cn.featherfly.common.repository.mapping - 程序包 cn.featherfly.common.repository.mapping
object record mapping
cn.featherfly.common.repository.operate - 程序包 cn.featherfly.common.repository.operate
 
co(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
包含
ConditionBuilder - cn.featherfly.common.repository.builder.dml中的接口
condition builder.
ConditionGroup - cn.featherfly.common.repository.builder.dml中的接口
ConditionGroup
createIndexGtNameAliasSizeCode(Integer, Integer) - 类 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode
create IndexGtNameAliasSizeCode
createNextToSameConditionCode(String) - 类 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode
create NextToSameConditionCode
createNoConditionBehindCode(String) - 类 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode
create NoConditionBehindCode
createQueryOperatorNullCode() - 类 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode
create QueryOperatorNullCode

D

desc(String...) - 接口 中的方法cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件

E

endGroup() - 接口 中的方法cn.featherfly.common.repository.builder.dml.LogicBuilder
结束当前条件逻辑组并返回上一级逻辑组 ExpressionBuilder.group()
eq(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
等于
equals(Object) - 类 中的方法cn.featherfly.common.repository.Index
ew(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
以XX结尾
Execution - cn.featherfly.common.repository中的接口
execution
Expression - cn.featherfly.common.repository.builder.dml中的接口
表达式
ExpressionBuilder - cn.featherfly.common.repository.builder.dml中的接口
Expression Builder 表达式建造者

F

find(String) - 接口 中的方法cn.featherfly.common.repository.builder.dml.QueryBuilder
进入条件表达式
find(String, String) - 接口 中的方法cn.featherfly.common.repository.builder.dml.QueryBuilder
进入条件表达式
FindBuilder - cn.featherfly.common.repository.builder.dml中的接口
find target builder 查找目标构造器
Function - cn.featherfly.common.repository.operate中的接口
Function.

G

ge(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
大于等于
generateAlias(String) - 类 中的静态方法cn.featherfly.common.repository.builder.AliasManager
 
getAlias(int) - 类 中的方法cn.featherfly.common.repository.builder.AliasManager
 
getAlias(String) - 类 中的方法cn.featherfly.common.repository.builder.AliasManager
 
getBigDecimal(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getBigDecimal(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getByte(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getByte(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getBytes(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getBytes(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getClassMapping(Class<T>) - 接口 中的方法cn.featherfly.common.repository.mapping.MappingFactory
getClassMapping
getColumns() - 类 中的方法cn.featherfly.common.repository.Index
返回columns.
getDate(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getDate(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getDecimalDigits() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回decimalDigits.
getDefaultValue() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回defaultValue.
getDouble(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getDouble(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getEnum(int, Class<T>) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getEnum(String, Class<T>) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getExecution() - 接口 中的方法cn.featherfly.common.repository.Execution
get execution string
getExecution() - 类 中的方法cn.featherfly.common.repository.SimpleExecution
get execution string
getFloat(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getFloat(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getIndex(String) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Gets the index.
getIndex() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回index.
getIndexs() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回indexs.
getInt(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getInt(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getKey() - 枚举 中的方法cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
get key
getLogicOperator() - 类 中的方法cn.featherfly.common.repository.builder.dml.LogicExpression
返回logicOperator
getLong(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getLong(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getMappingName(Class<?>) - 类 中的方法cn.featherfly.common.repository.mapping.ClassNameJpaConversion
convert type to mapping name
getMappingName(Class<?>) - 类 中的方法cn.featherfly.common.repository.mapping.ClassNameUnderlineConversion
convert type to mapping name
getMappingName(T) - 接口 中的方法cn.featherfly.common.repository.mapping.NameConversion
convert type to mapping name
getMappingName(BeanProperty<?>) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyNameJpaConversion
convert type to mapping name
getMappingName(BeanProperty<?>) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyNameUnderlineConversion
convert type to mapping name
getName(String) - 类 中的方法cn.featherfly.common.repository.builder.AliasManager
 
getName() - 类 中的方法cn.featherfly.common.repository.Index
返回name.
getNum() - 枚举 中的方法cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
get num
getObject(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getObject(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getObject(int, Class<O>) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getObject(String, Class<O>) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getParams() - 接口 中的方法cn.featherfly.common.repository.Execution
get params
getParams() - 类 中的方法cn.featherfly.common.repository.SimpleExecution
get params
getParamValue() - 接口 中的方法cn.featherfly.common.repository.builder.dml.ParamedExpression
返回参数值
getParamValues() - 接口 中的方法cn.featherfly.common.repository.builder.dml.ConditionGroup
返回参数值
getParent() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回parent.
getPrivaryKeyPropertyMappings() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回所有主键属性映射 .
getPropertyFullName() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property full name.
getPropertyMapping(String) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回指定属性名称的属性映射.
getPropertyMapping(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回指定属性名称的属性映射.
getPropertyMappingByPersitField(String) - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
通过持久化字段(数据库字段)的名称返回指定属性映射.
getPropertyMappingByPersitField(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
通过持久化字段(数据库字段)的名称返回指定属性映射.
getPropertyMappingLeafNodes() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回所有叶节点的属性映射.
getPropertyMappings() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回所有属性映射 .
getPropertyMappings() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回PropertyMappings.
getPropertyName() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property name.
getPropertyType() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property type.
getRemark() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回remark.
getRemark() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回remark.
getRepositoryFieldName() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Gets the repository field name.
getRepositoryName() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Gets the repository name.
getRowNum() - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getSchema() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
返回schema.
getSize() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回size.
getString(int) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getString(String) - 接口 中的方法cn.featherfly.common.repository.mapping.ResultSet
 
getType() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
Gets the type.
group() - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
在当前内部开启一个新的条件逻辑组
gt(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
大于

H

hashCode() - 类 中的方法cn.featherfly.common.repository.Index

I

in(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
包含指定,sql中的in
Index - cn.featherfly.common.repository中的类
Index .
Index(String[]) - 类 的构造器cn.featherfly.common.repository.Index
Instantiates a new index.
Index(String[], boolean) - 类 的构造器cn.featherfly.common.repository.Index
Instantiates a new index.
Index(String, String[], boolean) - 类 的构造器cn.featherfly.common.repository.Index
Instantiates a new index.
inn(String) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不为null的
isAutoincrement() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回autoincrement.
isInsertable() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回insertable.
isn(String) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
为null的
isNullable() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回nullable.
isPrimaryKey() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Checks if is primary key.
isUnique() - 类 中的方法cn.featherfly.common.repository.Index
返回unique.
isUnique() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回unique.
isUpdatable() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
返回updatable.

L

le(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
小于等于
LogicBuilder - cn.featherfly.common.repository.builder.dml中的接口
逻辑构造器
LogicExpression - cn.featherfly.common.repository.builder.dml中的类
logic expression
LogicExpression(LogicOperator) - 类 的构造器cn.featherfly.common.repository.builder.dml.LogicExpression
 
LogicOperator - cn.featherfly.common.repository.operate中的枚举
logic operator
lt(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
小于

M

MappingException - cn.featherfly.common.repository.mapping中的异常错误
MappingException .
MappingException(LocalizedMessage, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Locale) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[]) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException() - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Locale) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Locale, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Locale) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[]) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(Throwable) - 异常错误 的构造器cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingFactory - cn.featherfly.common.repository.mapping中的接口
MappingFactory
mapRow(ResultSet, int) - 接口 中的方法cn.featherfly.common.repository.mapping.RowMapper
映射记录到指定的对象.

N

NameConversion<T> - cn.featherfly.common.repository.mapping中的接口
name conversion
ne(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不等于
nin(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不包含指定,sql中的not in

O

Operator - cn.featherfly.common.repository.operate中的接口
Operator.
or() - 接口 中的方法cn.featherfly.common.repository.builder.dml.LogicBuilder
逻辑或

P

ParamedExpression - cn.featherfly.common.repository.builder.dml中的接口
带参数的表达式
property(String) - 接口 中的方法cn.featherfly.common.repository.builder.dml.FindBuilder
添加select的列
property(String...) - 接口 中的方法cn.featherfly.common.repository.builder.dml.FindBuilder
批量添加select的列
property(Collection<String>) - 接口 中的方法cn.featherfly.common.repository.builder.dml.FindBuilder
批量添加select的列
PropertyMapping - cn.featherfly.common.repository.mapping中的类
PropertyMapping
PropertyMapping() - 类 的构造器cn.featherfly.common.repository.mapping.PropertyMapping
Instantiates a new property mapping.
PropertyNameConversion - cn.featherfly.common.repository.mapping中的接口
ClassNameConversion
PropertyNameJpaConversion - cn.featherfly.common.repository.mapping中的类
PropertyNameJpaConversion jpa impl. use javax.persistence.Table
PropertyNameJpaConversion() - 类 的构造器cn.featherfly.common.repository.mapping.PropertyNameJpaConversion
 
PropertyNameUnderlineConversion - cn.featherfly.common.repository.mapping中的类
PropertyNameUnderlineConversion use _ join type every word.
PropertyNameUnderlineConversion() - 类 的构造器cn.featherfly.common.repository.mapping.PropertyNameUnderlineConversion
 
put(String) - 类 中的方法cn.featherfly.common.repository.builder.AliasManager
 
put(String, String) - 类 中的方法cn.featherfly.common.repository.builder.AliasManager
 

Q

Query - cn.featherfly.common.repository中的接口
Query
QueryBuilder - cn.featherfly.common.repository.builder.dml中的接口
sql query builder
QueryOperator - cn.featherfly.common.repository.operate中的枚举
query condition operator

R

ResultSet - cn.featherfly.common.repository.mapping中的接口
DataRes
RowMapper<E> - cn.featherfly.common.repository.mapping中的接口
记录行映射接口.

S

setAutoincrement(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置autoincrement.
setDecimalDigits(int) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置decimalDigits.
setDefaultValue(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置defaultValue.
setIndex(int) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置index.
setInsertable(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置insertable.
setNullable(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置nullable.
setPrimaryKey(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Sets the primary key.
setPropertyName(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property name.
setPropertyType(Class<?>) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property type.
setRemark(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置remark.
setRepositoryFieldName(String) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
Sets the repository field name.
setSize(int) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置size.
setUnique(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置unique.
setUpdatable(boolean) - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
设置updatable.
SimpleExecution - cn.featherfly.common.repository中的类
simple sql execution
SimpleExecution(String, Object...) - 类 的构造器cn.featherfly.common.repository.SimpleExecution
 
sort() - 接口 中的方法cn.featherfly.common.repository.builder.dml.LogicBuilder
结束当前条件并进入排序器
SortBuilder - cn.featherfly.common.repository.builder.dml中的接口
排序构建接口
SortOperator - cn.featherfly.common.repository.operate中的枚举
sort operator
sw(String, Object) - 接口 中的方法cn.featherfly.common.repository.builder.dml.ExpressionBuilder
以XX开始

T

toString() - 类 中的方法cn.featherfly.common.repository.Index
toString() - 类 中的方法cn.featherfly.common.repository.mapping.ClassMapping
toString() - 类 中的方法cn.featherfly.common.repository.mapping.PropertyMapping
toString() - 类 中的方法cn.featherfly.common.repository.SimpleExecution

V

valueOf(String) - 枚举 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.repository.operate.AggregateFunction
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.repository.operate.LogicOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.repository.operate.QueryOperator
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.featherfly.common.repository.operate.SortOperator
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.repository.operate.AggregateFunction
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.repository.operate.LogicOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.repository.operate.QueryOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.featherfly.common.repository.operate.SortOperator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

where() - 接口 中的方法cn.featherfly.common.repository.builder.dml.FindBuilder
进入条件表达式
A B C D E F G H I L M N O P Q R S T V W 
跳过导航链接