Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

accept(Field) - Method in interface cn.featherfly.common.repository.function.FieldConsumer
Performs this operation on the given argument.
accept(Repository) - Method in interface cn.featherfly.common.repository.function.RepositoryConsumer
Performs this operation on the given argument.
add(P) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
add nested property mapping.
addIndex(Index) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Adds the index.
addIndexs(Collection<Index>) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Adds the indexs.
addPropertyMapping(P) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Adds the property mapping.
addPropertyMappings(Collection<P>) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Adds the property mappings.
Alias - Interface in cn.featherfly.common.repository
Alias.
alias() - Method in interface cn.featherfly.common.repository.Alias
get alias.
alias(String) - Method in interface cn.featherfly.common.repository.Aliasable
Alias.
alias() - Method in class cn.featherfly.common.repository.SimpleAliasRepository
get alias.
Aliasable<A extends Alias> - Interface in cn.featherfly.common.repository
Aliasable.
AliasField - Interface in cn.featherfly.common.repository
alias field.
AliasManager - Class in cn.featherfly.common.repository.builder
AliasManager.
AliasManager() - Constructor for class cn.featherfly.common.repository.builder.AliasManager
Instantiates a new alias manager.
AliasManager(AliasManager.AliasGeneretor) - Constructor for class cn.featherfly.common.repository.builder.AliasManager
Instantiates a new alias manager.
AliasManager.AliasGeneretor - Interface in cn.featherfly.common.repository.builder
The Interface AliasGeneretor.
AliasRepository - Interface in cn.featherfly.common.repository
alias repository.
and() - Method in interface cn.featherfly.common.repository.builder.dml.LogicBuilder
逻辑与
apply(String, int) - Method in interface cn.featherfly.common.repository.builder.AliasManager.AliasGeneretor
Apply.
apply(Field) - Method in interface cn.featherfly.common.repository.function.FieldFunction
Applies this function to the given argument.
apply(Repository) - Method in interface cn.featherfly.common.repository.function.RepositoryFunction
Applies this function to the given argument.
ArrayParamsQueryExecutor<E0> - Interface in cn.featherfly.common.repository
ArrayParamsQueryExecutor.
as(String) - Method in interface cn.featherfly.common.repository.Aliasable
short name of alias.
asc(String...) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
asc(List<String>) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
asc(Field...) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
asc(AliasRepository, String) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
asc(String, Field) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
asc(String, Supplier<String[]>) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
ascWith(String, String) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加升序条件.
ASSIGN - Static variable in class cn.featherfly.common.repository.id.IdGeneratorManager
 
ASSIGN_ORDERED - Static variable in class cn.featherfly.common.repository.id.IdGeneratorManager
 
AssignGenerator - Class in cn.featherfly.common.repository.id
AssignGenerator.
AssignGenerator() - Constructor for class cn.featherfly.common.repository.id.AssignGenerator
Instantiates a new assign generator.
AssignGenerator(boolean) - Constructor for class cn.featherfly.common.repository.id.AssignGenerator
Instantiates a new assign generator.
AssignOrderedGenerator - Class in cn.featherfly.common.repository.id
AssignOrderedGenerator.
AssignOrderedGenerator() - Constructor for class cn.featherfly.common.repository.id.AssignOrderedGenerator
Instantiates a new assign ordered generator.

B

bigDecimal() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query bigDecimal value.
bigInteger() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query bigInteger value.
bool(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query boolean value, use query str in template find with executeId.
bool(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query boolean value, use query str in template find with executeId.
bool(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query boolean value, use query str in template find with executeId.
bool() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query boolean.
boolType(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query boolean value, use query str in template find with executeId.
boolType(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query boolean value, use query str in template find with executeId.
boolType(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query boolean value, use query str in template find with executeId.
boolType() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query boolean wrapper type.
build() - Method in interface cn.featherfly.common.repository.builder.Builder
构建dml字符串.
build() - Method in interface cn.featherfly.common.repository.builder.dml.Expression
create Expression string.
Builder - Interface in cn.featherfly.common.repository.builder
dml builder.
BuilderException - Exception in cn.featherfly.common.repository.builder
BuilderException.
BuilderException(BuilderExceptionCode) - Constructor for exception cn.featherfly.common.repository.builder.BuilderException
Instantiates a new builder exception.
BuilderException(BuilderExceptionCode, Throwable) - Constructor for exception cn.featherfly.common.repository.builder.BuilderException
Instantiates a new builder exception.
BuilderExceptionCode - Class in cn.featherfly.common.repository.builder
BuilderExceptionCode.
BuilderExceptionCode(Integer, String) - Constructor for class cn.featherfly.common.repository.builder.BuilderExceptionCode
Instantiates a new builder exception code.
BuilderExceptionCode(Integer, String, Object[]) - Constructor for class cn.featherfly.common.repository.builder.BuilderExceptionCode
Instantiates a new builder exception code.
BuilderExceptionCode(Integer, String, Locale) - Constructor for class cn.featherfly.common.repository.builder.BuilderExceptionCode
Instantiates a new builder exception code.
BuilderExceptionCode(Integer, String, Locale, Object[]) - Constructor for class cn.featherfly.common.repository.builder.BuilderExceptionCode
Instantiates a new builder exception code.
BuilderExceptionCode.BuilderExceptionCodes - Enum in cn.featherfly.common.repository.builder
The Enum BuilderExceptionCodes.

C

ClassMapping<T,P extends PropertyMapping<P>> - Class in cn.featherfly.common.repository.mapping
class repository mapping
ClassMapping(Class<T>, String) - Constructor for class cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassMapping(Class<T>, String, String) - Constructor for class cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassMapping(Class<T>, String, String, String) - Constructor for class cn.featherfly.common.repository.mapping.ClassMapping
Instantiates a new class mapping.
ClassNameConversion - Interface in cn.featherfly.common.repository.mapping
ClassNameConversion
ClassNameJpaConversion - Class in cn.featherfly.common.repository.mapping
ClassNameJpaConversion jpa impl.
ClassNameJpaConversion() - Constructor for class cn.featherfly.common.repository.mapping.ClassNameJpaConversion
 
ClassNameUnderlineConversion - Class in cn.featherfly.common.repository.mapping
Deprecated.
ClassNameUnderlineConversion() - Constructor for class cn.featherfly.common.repository.mapping.ClassNameUnderlineConversion
Deprecated.
 
ClassNameUnderscoreConversion - Class in cn.featherfly.common.repository.mapping
use _ join type every word.
ClassNameUnderscoreConversion() - Constructor for class cn.featherfly.common.repository.mapping.ClassNameUnderscoreConversion
 
cn.featherfly.common.repository - package cn.featherfly.common.repository
 
cn.featherfly.common.repository.builder - package cn.featherfly.common.repository.builder
 
cn.featherfly.common.repository.builder.dml - package cn.featherfly.common.repository.builder.dml
dml builder package.
cn.featherfly.common.repository.field - package cn.featherfly.common.repository.field
 
cn.featherfly.common.repository.function - package cn.featherfly.common.repository.function
 
cn.featherfly.common.repository.id - package cn.featherfly.common.repository.id
 
cn.featherfly.common.repository.mapper - package cn.featherfly.common.repository.mapper
 
cn.featherfly.common.repository.mapping - package cn.featherfly.common.repository.mapping
object record mapping
co(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
包含.
ConditionBuilder - Interface in cn.featherfly.common.repository.builder.dml
condition builder.
ConditionGroup - Interface in cn.featherfly.common.repository.builder.dml
ConditionGroup.
createIndexOutOffBoundsNameAliasSizeCode(Integer, Integer) - Static method in class cn.featherfly.common.repository.builder.BuilderExceptionCode
create IndexOutOffBoundsNameAliasSizeCode
createMulitipleNameCode(String) - Static method in class cn.featherfly.common.repository.builder.BuilderExceptionCode
create MulitipleNameCode
createNextToSameConditionCode(String) - Static method in class cn.featherfly.common.repository.builder.BuilderExceptionCode
create NextToSameConditionCode
createNoConditionBehindCode(String) - Static method in class cn.featherfly.common.repository.builder.BuilderExceptionCode
create NoConditionBehindCode
createQueryOperatorNullCode() - Static method in class cn.featherfly.common.repository.builder.BuilderExceptionCode
create QueryOperatorNullCode

D

DEFAULT_ALIAS_GENERETOR - Static variable in class cn.featherfly.common.repository.builder.AliasManager
The Constant DEFAULT_ALIAS_GENERETOR.
desc(String...) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
desc(List<String>) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
desc(Field...) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
desc(AliasRepository, String) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
desc(String, Field) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
desc(String, Supplier<String[]>) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
descWith(String, String) - Method in interface cn.featherfly.common.repository.builder.dml.SortBuilder
添加降序条件.
Distinct - Interface in cn.featherfly.common.repository
Distinct.
distinct() - Method in interface cn.featherfly.common.repository.Distinctive
enable distinct.
distinct(boolean) - Method in interface cn.featherfly.common.repository.Distinctive
Distinct.
Distinctive<D extends Distinct> - Interface in cn.featherfly.common.repository
Distinctive.
doubleValue(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query double value, use query str in template find with executeId.
doubleValue(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query double value, use query str in template find with executeId.
doubleValue(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query double value, use query str in template find with executeId.
doubleValue() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query double value.

E

each(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query each.
each(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, RowMapper<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each, use query str in template find with executeId.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query each.
each() - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query each.
each(int, int) - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query each.
each() - Method in interface cn.featherfly.common.repository.ParamedQueryEachExecutor
query each.
each(Class<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryEachExecutor
query each.
each(RowMapper<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryEachExecutor
query each.
endGroup() - Method in interface cn.featherfly.common.repository.builder.dml.LogicBuilder
结束当前条件逻辑组并返回上一级逻辑组 ExpressionBuilder.group()
eq(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
等于.
equals(Object) - Method in class cn.featherfly.common.repository.Index
ew(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
以XX结尾.
execute(E, Serializable...) - Method in interface cn.featherfly.common.repository.ExecutionExecutor
execute.
execute(E, Params) - Method in interface cn.featherfly.common.repository.ExecutionExecutor
execute.
execute(E, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.ExecutionExecutor
execute.
execute() - Method in interface cn.featherfly.common.repository.ParamedExecutionExecutor
execute.
Execution - Interface in cn.featherfly.common.repository
execution.
ExecutionExecutor<E> - Interface in cn.featherfly.common.repository
execution executor.
ExecutionInterceptor<E extends InterceptionExecution> - Interface in cn.featherfly.common.repository
ExecutionInterceptor.
Expression - Interface in cn.featherfly.common.repository.builder.dml
表达式.
ExpressionBuilder - Interface in cn.featherfly.common.repository.builder.dml
Expression Builder.
extract(R) - Method in interface cn.featherfly.common.repository.mapper.ResultSetExtractor
Map.

F

Field - Interface in cn.featherfly.common.repository
Field.
field() - Method in interface cn.featherfly.common.repository.FieldAware
Field.
FieldAware<F extends Field> - Interface in cn.featherfly.common.repository
FieldAwareExpression.
FieldConsumer - Interface in cn.featherfly.common.repository.function
FieldConsumer.
FieldFunction - Interface in cn.featherfly.common.repository.function
The Interface FieldFunction.
find(String) - Method in interface cn.featherfly.common.repository.builder.dml.QueryBuilder
进入条件表达式.
find(String, String) - Method in interface cn.featherfly.common.repository.builder.dml.QueryBuilder
进入条件表达式.
FindBuilder - Interface in cn.featherfly.common.repository.builder.dml
find target builder 查找目标构造器.
function() - Method in interface cn.featherfly.common.repository.FunctionField
Function.
FunctionField - Interface in cn.featherfly.common.repository
FunctionField.

G

ge(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
大于等于.
generate(E, PropertyMapping<?>) - Method in class cn.featherfly.common.repository.id.AssignGenerator
Generate.
generate(E, PropertyMapping<?>) - Method in interface cn.featherfly.common.repository.id.IdGenerator
Generate.
generate(E, PropertyMapping<?>) - Method in class cn.featherfly.common.repository.id.UUIDGenerator
Generate.
getAlias(int) - Method in class cn.featherfly.common.repository.builder.AliasManager
Gets the alias.
getAlias(String) - Method in class cn.featherfly.common.repository.builder.AliasManager
Gets the alias.
getAlias() - Method in class cn.featherfly.common.repository.SimpleAliasRepository
返回alias.
getAliasOrName() - Method in interface cn.featherfly.common.repository.AliasField
get alias or name.
getAliasOrName() - Method in interface cn.featherfly.common.repository.AliasRepository
get alias or name.
getBigDecimal(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the big decimal.
getBigDecimal(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the big decimal.
getByte(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the byte.
getByte(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the byte.
getBytes(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the bytes.
getBytes(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the bytes.
getClassMapping(Class<T>) - Method in interface cn.featherfly.common.repository.mapping.MappingFactory
getClassMapping
getColumns() - Method in class cn.featherfly.common.repository.Index
返回columns.
getDate(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the date.
getDate(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the date.
getDecimalDigits() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回decimalDigits.
getDefaultValue() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回defaultValue.
getDouble(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the double.
getDouble(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the double.
getEnum(int, Class<T>) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the enum.
getEnum(String, Class<T>) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the enum.
getExecution() - Method in interface cn.featherfly.common.repository.Execution
get execution string
getExecution() - Method in class cn.featherfly.common.repository.SimpleExecution
get execution string
getFloat(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the float.
getFloat(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the float.
getGetter() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
get getter value.
getIdGenerator() - Method in class cn.featherfly.common.repository.mapping.PrimaryKey
Gets the id generator.
getIndex(String) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Gets the index.
getIndex() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回index.
getIndex() - Method in interface cn.featherfly.common.repository.MulitiQuery
Gets the index.
getIndexs() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回indexs.
getInt(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the int.
getInt(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the int.
getKey() - Method in enum cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
get key.
getLogicOperator() - Method in class cn.featherfly.common.repository.builder.dml.LogicExpression
返回logicOperator
getLong(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the long.
getLong(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the long.
getMappingName(Class<?>) - Method in class cn.featherfly.common.repository.mapping.ClassNameJpaConversion
convert type to mapping name
getMappingName(Class<?>) - Method in class cn.featherfly.common.repository.mapping.ClassNameUnderscoreConversion
convert type to mapping name
getMappingName(T) - Method in interface cn.featherfly.common.repository.mapping.NameConversion
convert type to mapping name
getMappingName(BeanProperty<?, ?>) - Method in class cn.featherfly.common.repository.mapping.PropertyNameJpaConversion
convert type to mapping name
getMappingName(BeanProperty<?, ?>) - Method in class cn.featherfly.common.repository.mapping.PropertyNameUnderscoreConversion
convert type to mapping name
getMode() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
get mode value.
getName(String) - Method in class cn.featherfly.common.repository.builder.AliasManager
Gets the name.
getName() - Method in class cn.featherfly.common.repository.Index
返回name.
getName() - Method in class cn.featherfly.common.repository.SimpleRepository
返回name
getNameAlias() - Method in class cn.featherfly.common.repository.builder.AliasManager
get nameAlias value.
getNum() - Method in enum cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
get num.
getObject(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the object.
getObject(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the object.
getObject(int, Class<O>) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the object.
getObject(String, Class<O>) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the object.
getOriginalExecution() - Method in interface cn.featherfly.common.repository.InterceptionExecution
Gets the original execution.
getOriginalParams() - Method in interface cn.featherfly.common.repository.InterceptionExecution
Gets the original params.
getParams() - Method in interface cn.featherfly.common.repository.Execution
get params
getParams() - Method in class cn.featherfly.common.repository.SimpleExecution
get params
getParamValue() - Method in interface cn.featherfly.common.repository.builder.dml.ParamedExpression
返回参数值.
getParamValues() - Method in interface cn.featherfly.common.repository.builder.dml.ConditionGroup
返回参数值.
getParent() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回parent.
getPrimaryKey() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the primary key.
getPrimaryKeyPropertyMappings() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回所有主键属性映射.
getProperty() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property.
getPropertyFullName() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property full name.
getPropertyIndex() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property index.
getPropertyIndexes() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property full name.
getPropertyMapping(String) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回指定属性名称的属性映射.
getPropertyMapping(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回指定属性名称的属性映射.
getPropertyMappingByPersitField(String) - Method in class cn.featherfly.common.repository.mapping.ClassMapping
通过持久化字段(数据库字段)的名称返回指定属性映射.
getPropertyMappingByPersitField(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
通过持久化字段(数据库字段)的名称返回指定属性映射.
getPropertyMappingLeafNodes() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回所有叶节点的属性映射.
getPropertyMappings() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回所有属性映射
getPropertyMappings() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回PropertyMappings.
getPropertyName() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property name.
getPropertyNames() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property full name.
getPropertyType() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the property type.
getRemark() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回remark.
getRemark() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回remark.
getRepositoryFieldName() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Gets the repository field name.
getRepositoryName() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Gets the repository name.
getRowMapper1() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper1
Gets the row mapper.
getRowMappers() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper
Gets the row mappers.
getRowNum() - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the row num.
getSchema() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
返回schema.
getSetter() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
get setter value.
getSize() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回size.
getString(int) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the string.
getString(String) - Method in interface cn.featherfly.common.repository.mapper.ResultSet
Gets the string.
getType() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Gets the type.
group() - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
在当前内部开启一个新的条件逻辑组.
gt(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
大于.
GUIDGenerator - Class in cn.featherfly.common.repository.id
GUIDGenerator.
GUIDGenerator() - Constructor for class cn.featherfly.common.repository.id.GUIDGenerator
Instantiates a new GUID generator.

H

hashCode() - Method in class cn.featherfly.common.repository.Index
hasNext() - Method in interface cn.featherfly.common.repository.MulitiQuery
Checks for next.

I

IdGenerator - Interface in cn.featherfly.common.repository.id
id generator.
IdGeneratorManager - Class in cn.featherfly.common.repository.id
GeneratorManager.
IdGeneratorManager() - Constructor for class cn.featherfly.common.repository.id.IdGeneratorManager
 
IgnoreStrategy - Enum in cn.featherfly.common.repository
The Enum IgnorePolicy.
in(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
包含指定,sql中的in.
Index - Class in cn.featherfly.common.repository
Index.
Index(String[]) - Constructor for class cn.featherfly.common.repository.Index
Instantiates a new index.
Index(String[], boolean) - Constructor for class cn.featherfly.common.repository.Index
Instantiates a new index.
Index(String, String[], boolean) - Constructor for class cn.featherfly.common.repository.Index
Instantiates a new index.
inn(String) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不为null的.
int32() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query 32 bit integer(int).
int64() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query 64 bit integer(long).
InterceptionExecution - Interface in cn.featherfly.common.repository
InterceptionExecution.
intValue(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query int value, use query str in template find with executeId.
intValue(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query int value, use query str in template find with executeId.
intValue(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query int value, use query str in template find with executeId.
intValue() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query int value.
isAutoincrement() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回autoincrement.
isDatabaseGeneration() - Method in class cn.featherfly.common.repository.id.AssignGenerator
Checks if is database generation.
isDatabaseGeneration() - Method in interface cn.featherfly.common.repository.id.IdGenerator
Checks if is database generation.
isDatabaseGeneration() - Method in class cn.featherfly.common.repository.id.UUIDGenerator
Checks if is database generation.
isDatabaseGeneration() - Method in class cn.featherfly.common.repository.mapping.PrimaryKey
Checks if is database generation.
isDistinct() - Method in interface cn.featherfly.common.repository.Distinct
Distinct.
isIgnoreAtInsert() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Checks if is ignore at insert.
isInsertable() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回insertable.
isn(String) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
为null的.
isNullable() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回nullable.
isOrdered() - Method in class cn.featherfly.common.repository.id.AssignGenerator
Checks if is ordered.
isOrdered() - Method in interface cn.featherfly.common.repository.id.IdGenerator
Checks if is ordered.
isOrdered() - Method in class cn.featherfly.common.repository.id.UUIDGenerator
Checks if is ordered.
isOrdered() - Method in class cn.featherfly.common.repository.mapping.PrimaryKey
Checks if is ordered.
isPrimaryKey() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Checks if is primary key.
isPrimaryKeyAutoincrement() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Checks if is autoincrement.
isPrimaryKeyOrdered() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
Checks if is autoincrement.
isUnique() - Method in class cn.featherfly.common.repository.Index
返回unique.
isUnique() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回unique.
isUpdatable() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
返回updatable.

L

le(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
小于等于.
list(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
List.
list(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, RowMapper<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query list, use query str in template find with executeId.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
List.
list() - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query list.
list(int, int) - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query list.
list(Page) - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query list.
list() - Method in interface cn.featherfly.common.repository.ParamedQueryListExecutor
query list.
list(Class<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryListExecutor
query list.
list(RowMapper<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryListExecutor
query list.
list(int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
list(Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
list(Class<T>, int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
list(Class<T>, Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
list(RowMapper<T>, int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
list(RowMapper<T>, Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query paged list.
LogicBuilder - Interface in cn.featherfly.common.repository.builder.dml
逻辑构造器.
LogicExpression - Class in cn.featherfly.common.repository.builder.dml
logic expression.
LogicExpression(LogicOperator) - Constructor for class cn.featherfly.common.repository.builder.dml.LogicExpression
 
longValue(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query long value, use query str in template find with executeId.
longValue(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query long value, use query str in template find with executeId.
longValue(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query long value, use query str in template find with executeId.
longValue() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query long value.
lt(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
小于.

M

map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper1
Map.
map(Class<T2>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper1
Map.
map(RowMapper<T2>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper1
Map.
map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper2
Map.
map(Class<T3>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper2
Map.
map(RowMapper<T3>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper2
Map.
map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper3
Map.
map(Class<T4>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper3
Map.
map(RowMapper<T4>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper3
Map.
map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper4
Map.
map(Class<T5>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper4
Map.
map(RowMapper<T5>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper4
Map.
map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper5
Map.
map(Class<T6>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper5
Map.
map(RowMapper<T6>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryRowMapper5
Map.
map() - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryTupleMapperBuilder
Map.
map(Class<T1>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryTupleMapperBuilder
Map.
map(RowMapper<T1>) - Method in interface cn.featherfly.common.repository.mapper.MulitiQueryTupleMapperBuilder
Map.
map(String, Class<T2>) - Method in interface cn.featherfly.common.repository.mapper.PrefixedBeanMapper1
Map.
map(String, Class<T3>) - Method in interface cn.featherfly.common.repository.mapper.PrefixedBeanMapper2
Map.
map(String, Class<T4>) - Method in interface cn.featherfly.common.repository.mapper.PrefixedBeanMapper3
Map.
map(String, Class<T5>) - Method in interface cn.featherfly.common.repository.mapper.PrefixedBeanMapper4
Map.
map(String, Class<T6>) - Method in interface cn.featherfly.common.repository.mapper.PrefixedBeanMapper5
Map.
map(String, Class<T1>) - Method in interface cn.featherfly.common.repository.mapper.TupleMapperBuilder
Map.
MapParamsQueryExecutor<E0> - Interface in cn.featherfly.common.repository
MapParamsQueryExecutor.
mapper(Class<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Class<T1>, Class<T2>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Class<T1>, Class<T2>, Class<T3>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
mapper(Function<TupleMapperBuilder, ParamedMappedExecutor<T>>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
Mapper.
MappingException - Exception in cn.featherfly.common.repository.mapping
MappingException
MappingException(LocalizedMessage, Locale, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Locale) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Locale, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Locale) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[], Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Object[]) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(LocalizedMessage) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Locale, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Locale) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Locale, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Locale) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[], Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Object[]) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String, Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(String) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingException(Throwable) - Constructor for exception cn.featherfly.common.repository.mapping.MappingException
Instantiates a new mapping exception.
MappingFactory<P extends PropertyMapping<P>> - Interface in cn.featherfly.common.repository.mapping
MappingFactory
mapRow(ResultSet, int) - Method in interface cn.featherfly.common.repository.mapper.RowMapper
映射记录到指定的对象.
MulitiQuery - Interface in cn.featherfly.common.repository
MulitiQuery.
MulitiQueryRowMapper<T extends com.speedment.common.tuple.Tuple> - Interface in cn.featherfly.common.repository.mapper
MulitiQueryRowMapper.
MulitiQueryRowMapper1<T1> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper1.
MulitiQueryRowMapper2<T1,T2> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper2.
MulitiQueryRowMapper3<T1,T2,T3> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper3.
MulitiQueryRowMapper4<T1,T2,T3,T4> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper4.
MulitiQueryRowMapper5<T1,T2,T3,T4,T5> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper5.
MulitiQueryRowMapper6<T1,T2,T3,T4,T5,T6> - Interface in cn.featherfly.common.repository.mapper
MulitiRowMapper6.
MulitiQueryTupleMapperBuilder - Interface in cn.featherfly.common.repository.mapper
muliti query tuple mapper builder.

N

name(String) - Method in interface cn.featherfly.common.repository.Nameable
Name.
name() - Method in interface cn.featherfly.common.repository.Naming
get name
name() - Method in class cn.featherfly.common.repository.RepositoryAwareFieldImpl
get name
name() - Method in class cn.featherfly.common.repository.SimpleRepository
get name
Nameable<N extends Naming> - Interface in cn.featherfly.common.repository
Nameable.
NameConversion<T> - Interface in cn.featherfly.common.repository.mapping
name conversion
Naming - Interface in cn.featherfly.common.repository
Naming.
ne(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不等于.
next() - Method in interface cn.featherfly.common.repository.MulitiQuery
Next.
next(Class<E>) - Method in interface cn.featherfly.common.repository.MulitiQuery
Next.
next(RowMapper<E>) - Method in interface cn.featherfly.common.repository.MulitiQuery
Next.
ni(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
不包含指定,sql中的not in.
number(E0, Class<N>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query number value, use query str in template find with executeId.
number(E0, Class<N>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query number value, use query str in template find with executeId.
number(E0, Class<N>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query number value, use query str in template find with executeId.
number(Class<N>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query number value.
numberBigDecimal(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query BigDecimal value, use query str in template find with executeId.
numberBigDecimal(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query BigDecimal value, use query str in template find with executeId.
numberBigDecimal(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query BigDecimal value, use query str in template find with executeId.
numberBigDecimal() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query bigDecimal value.
numberBigInteger(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query BigInteger value, use query str in template find with executeId.
numberBigInteger(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query BigInteger value, use query str in template find with executeId.
numberBigInteger(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query BigInteger value, use query str in template find with executeId.
numberBigInteger() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query bigInteger value.
numberDouble(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query double value, use query str in template find with executeId.
numberDouble(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query double value, use query str in template find with executeId.
numberDouble(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query double value, use query str in template find with executeId.
numberDouble() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query double value.
numberInt(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query int value, use query str in template find with executeId.
numberInt(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query int value, use query str in template find with executeId.
numberInt(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query int value, use query str in template find with executeId.
numberInt() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query int value.
numberLong(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query long value, use query str in template find with executeId.
numberLong(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query long value, use query str in template find with executeId.
numberLong(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query long value, use query str in template find with executeId.
numberLong() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query long value.

O

or() - Method in interface cn.featherfly.common.repository.builder.dml.LogicBuilder
逻辑或

P

pagination(E0, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, RowMapper<T>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, RowMapper<T>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], int, int) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable[], Page) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Pagination.
pagination(E0, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, RowMapper<T>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, RowMapper<T>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query page, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, int, int) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Pagination.
pagination(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>, Page) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Pagination.
pagination(int, int) - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query page.
pagination(Page) - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query page.
pagination(int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
pagination(Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
pagination(Class<T>, int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
pagination(Class<T>, Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
pagination(RowMapper<T>, int, int) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
pagination(RowMapper<T>, Page) - Method in interface cn.featherfly.common.repository.ParamedQueryPageExecutor
query page.
ParamedExecutionExecutor - Interface in cn.featherfly.common.repository
ParamedExecutionExecutor.
ParamedExecutionExecutorEx - Interface in cn.featherfly.common.repository
ParamedExecutionExecutorEx.
ParamedExpression - Interface in cn.featherfly.common.repository.builder.dml
带参数的表达式.
ParamedMappedExecutor<T> - Interface in cn.featherfly.common.repository
ParamedMappedExecutor.
ParamedQueryEachExecutor - Interface in cn.featherfly.common.repository
ParamedQueryEachExecutor.
ParamedQueryExecutor - Interface in cn.featherfly.common.repository
ParamedQueryExecutor.
ParamedQueryListExecutor - Interface in cn.featherfly.common.repository
ParamedQueryListExecutor.
ParamedQueryPageExecutor - Interface in cn.featherfly.common.repository
ParamedQueryPageExecutor.
ParamedQuerySingleExecutor - Interface in cn.featherfly.common.repository
ParamedQuerySingleExecutor.
ParamedQueryUniqueExecutor - Interface in cn.featherfly.common.repository
ParamedQueryUniqueExecutor.
Params - Class in cn.featherfly.common.repository
Params.
Params() - Constructor for class cn.featherfly.common.repository.Params
Instantiates a new params.
Params(Map<String, Serializable>) - Constructor for class cn.featherfly.common.repository.Params
Instantiates a new params.
Params.ParamType - Enum in cn.featherfly.common.repository
The Enum ParamType.
parent - Variable in class cn.featherfly.common.repository.mapping.PropertyMapping
The parent.
postHandle(E) - Method in interface cn.featherfly.common.repository.ExecutionInterceptor
Post handle.
PrefixedBeanMapper1<T1> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper1.
PrefixedBeanMapper2<T1,T2> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper2.
PrefixedBeanMapper3<T1,T2,T3> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper3.
PrefixedBeanMapper4<T1,T2,T3,T4> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper4.
PrefixedBeanMapper5<T1,T2,T3,T4,T5> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper5.
PrefixedBeanMapper6<T1,T2,T3,T4,T5,T6> - Interface in cn.featherfly.common.repository.mapper
prefixed bean mapper6.
preHandle(E) - Method in interface cn.featherfly.common.repository.ExecutionInterceptor
Pre handle.
PrimaryKey - Class in cn.featherfly.common.repository.mapping
PrimaryKey.
PrimaryKey(IdGenerator, boolean) - Constructor for class cn.featherfly.common.repository.mapping.PrimaryKey
Instantiates a new primary key.
property(String) - Method in interface cn.featherfly.common.repository.builder.dml.FindBuilder
添加select的列
property(String...) - Method in interface cn.featherfly.common.repository.builder.dml.FindBuilder
批量添加select的列
property(Collection<String>) - Method in interface cn.featherfly.common.repository.builder.dml.FindBuilder
批量添加select的列
PropertyMapping<P extends PropertyMapping<P>> - Class in cn.featherfly.common.repository.mapping
entity property map to 属性与列的映射对象.
PropertyMapping() - Constructor for class cn.featherfly.common.repository.mapping.PropertyMapping
Instantiates a new property mapping.
PropertyMapping.Mode - Enum in cn.featherfly.common.repository.mapping
The Enum Mode.
PropertyNameConversion - Interface in cn.featherfly.common.repository.mapping
ClassNameConversion
PropertyNameJpaConversion - Class in cn.featherfly.common.repository.mapping
PropertyNameJpaConversion jpa impl.
PropertyNameJpaConversion() - Constructor for class cn.featherfly.common.repository.mapping.PropertyNameJpaConversion
 
PropertyNameUnderlineConversion - Class in cn.featherfly.common.repository.mapping
Deprecated.
PropertyNameUnderlineConversion() - Constructor for class cn.featherfly.common.repository.mapping.PropertyNameUnderlineConversion
Deprecated.
 
PropertyNameUnderscoreConversion - Class in cn.featherfly.common.repository.mapping
use _ join type every word.
PropertyNameUnderscoreConversion() - Constructor for class cn.featherfly.common.repository.mapping.PropertyNameUnderscoreConversion
 
put(String) - Method in class cn.featherfly.common.repository.builder.AliasManager
Put.
put(String, String) - Method in class cn.featherfly.common.repository.builder.AliasManager
Put name and alias.
put(Map<String, String>) - Method in class cn.featherfly.common.repository.builder.AliasManager
Put name and alias.

Q

Query - Interface in cn.featherfly.common.repository
Query.
QueryableField - Interface in cn.featherfly.common.repository
QueryableField.
QueryBuilder - Interface in cn.featherfly.common.repository.builder.dml
sql query builder.
QueryExecutor<E0> - Interface in cn.featherfly.common.repository
QueryExecutor.

R

Repository - Interface in cn.featherfly.common.repository
Repository.
repository() - Method in interface cn.featherfly.common.repository.RepositoryAwareField
Repository.
repository() - Method in class cn.featherfly.common.repository.RepositoryAwareFieldImpl
Repository.
RepositoryAwareField<R extends Repository> - Interface in cn.featherfly.common.repository
RepositoryField.
RepositoryAwareFieldImpl<R extends Repository> - Class in cn.featherfly.common.repository
RepositoryAwareFieldImpl.
RepositoryAwareFieldImpl(String, R) - Constructor for class cn.featherfly.common.repository.RepositoryAwareFieldImpl
Instantiates a new repository aware field impl.
RepositoryConsumer - Interface in cn.featherfly.common.repository.function
The Interface RepositoryConsumer.
RepositoryFunction - Interface in cn.featherfly.common.repository.function
The Interface RepositoryFunction.
ResultSet - Interface in cn.featherfly.common.repository.mapper
ResultSet.
ResultSetExtractor<E,R extends ResultSet> - Interface in cn.featherfly.common.repository.mapper
ResultSetExtractor.
RowMapper<E> - Interface in cn.featherfly.common.repository.mapper
记录行映射接口.

S

set(String, Object) - Method in class cn.featherfly.common.repository.Params
Sets the.
set(String, Serializable) - Method in class cn.featherfly.common.repository.Params
Sets the.
set(Map<String, ?>) - Method in class cn.featherfly.common.repository.Params
Sets the.
setAlias(String) - Method in class cn.featherfly.common.repository.SimpleAliasRepository
设置alias.
setAutoincrement(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置autoincrement.
setDecimalDigits(int) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置decimalDigits.
setDefaultValue(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置defaultValue.
setExecution(String) - Method in interface cn.featherfly.common.repository.InterceptionExecution
Sets the execution.
setGetter(Function<Object, Serializable>) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
set getter value.
setIgnoreAtInsert(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the ignore at insert.
setIndex(int) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置index.
setInsertable(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置insertable.
setMode(PropertyMapping.Mode) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
set mode value.
setName(String) - Method in class cn.featherfly.common.repository.SimpleRepository
设置name
setNullable(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置nullable.
setParam(Map<String, ?>) - Static method in class cn.featherfly.common.repository.Params
Sets the param.
setParam(String, Object) - Static method in class cn.featherfly.common.repository.Params
Sets the param.
setParams(Serializable[]) - Method in interface cn.featherfly.common.repository.InterceptionExecution
Sets the params.
setPrimaryKey(PrimaryKey) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the primary key.
setProperty(Property<Object, Serializable>) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property.
setPropertyIndex(int) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property index.
setPropertyName(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property name.
setPropertyType(Class<? extends Serializable>) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the property type.
setRemark(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置remark.
setRepositoryFieldName(String) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
Sets the repository field name.
setSetter(BiConsumer<Object, Serializable>) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
set setter value.
setSize(int) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置size.
setUnique(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置unique.
setUpdatable(boolean) - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
设置updatable.
SimpleAliasRepository - Class in cn.featherfly.common.repository
The Class SimpleAliasRepository.
SimpleAliasRepository() - Constructor for class cn.featherfly.common.repository.SimpleAliasRepository
Instantiates a new simple alias repository.
SimpleAliasRepository(String) - Constructor for class cn.featherfly.common.repository.SimpleAliasRepository
Instantiates a new simple alias repository.
SimpleAliasRepository(String, String) - Constructor for class cn.featherfly.common.repository.SimpleAliasRepository
Instantiates a new simple alias repository.
SimpleExecution - Class in cn.featherfly.common.repository
simple execution.
SimpleExecution(String, Serializable...) - Constructor for class cn.featherfly.common.repository.SimpleExecution
 
SimpleRepository - Class in cn.featherfly.common.repository
simple repository.
SimpleRepository() - Constructor for class cn.featherfly.common.repository.SimpleRepository
 
SimpleRepository(String) - Constructor for class cn.featherfly.common.repository.SimpleRepository
 
single(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, RowMapper<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Single.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Single.
single(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, RowMapper<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, RowMapper<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query single, use query str in template find with executeId.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Single.
single(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Single.
single() - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query single.
single() - Method in interface cn.featherfly.common.repository.ParamedQuerySingleExecutor
query single.
single(Class<T>) - Method in interface cn.featherfly.common.repository.ParamedQuerySingleExecutor
query single.
single(RowMapper<T>) - Method in interface cn.featherfly.common.repository.ParamedQuerySingleExecutor
query single.
sort() - Method in interface cn.featherfly.common.repository.builder.dml.LogicBuilder
结束当前条件并进入排序器
SortBuilder - Interface in cn.featherfly.common.repository.builder.dml
排序构建接口.
string(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query string value, use query str in template find with executeId.
string(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query string value, use query str in template find with executeId.
string(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query string value, use query str in template find with executeId.
string() - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query string value.
StringField - Interface in cn.featherfly.common.repository.field
StringField.
sw(String, Object) - Method in interface cn.featherfly.common.repository.builder.dml.ExpressionBuilder
以XX开始.

T

test(Object) - Method in enum cn.featherfly.common.repository.IgnoreStrategy
toString() - Method in class cn.featherfly.common.repository.Index
toString() - Method in class cn.featherfly.common.repository.mapping.ClassMapping
toString() - Method in class cn.featherfly.common.repository.mapping.PropertyMapping
toString() - Method in class cn.featherfly.common.repository.SimpleExecution
TupleMapperBuilder - Interface in cn.featherfly.common.repository.mapper
tuple mapper builder.

U

unique(E0, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, RowMapper<T>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Unique.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
Unique.
unique(E0, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, RowMapper<T>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, RowMapper<T>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Tuple2<String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Tuple3<String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Tuple4<String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Tuple5<String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query unique, use query str in template find with executeId.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Unique.
unique(E0, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Tuple6<String, String, String, String, String, String>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
Unique.
unique() - Method in interface cn.featherfly.common.repository.ParamedMappedExecutor
query unique.
unique() - Method in interface cn.featherfly.common.repository.ParamedQueryUniqueExecutor
query unique.
unique(Class<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryUniqueExecutor
query unique.
unique(RowMapper<T>) - Method in interface cn.featherfly.common.repository.ParamedQueryUniqueExecutor
query unique.
UUID - Static variable in class cn.featherfly.common.repository.id.IdGeneratorManager
 
UUIDGenerator - Class in cn.featherfly.common.repository.id
UUIDGenerator.
UUIDGenerator() - Constructor for class cn.featherfly.common.repository.id.UUIDGenerator
Instantiates a new UUID generator.
UUIDGenerator(UUIDGenerator.Type) - Constructor for class cn.featherfly.common.repository.id.UUIDGenerator
Instantiates a new UUID generator.

V

value(E0, Class<V>, Serializable...) - Method in interface cn.featherfly.common.repository.ArrayParamsQueryExecutor
query value, use query str in template find with executeId.
value(E0, Class<V>, Params) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query value, use query str in template find with executeId.
value(E0, Class<V>, Map<String, Serializable>) - Method in interface cn.featherfly.common.repository.MapParamsQueryExecutor
query value, use query str in template find with executeId.
value(Class<V>) - Method in interface cn.featherfly.common.repository.ParamedQueryExecutor
query value.
valueOf(String) - Static method in enum cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.featherfly.common.repository.IgnoreStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.featherfly.common.repository.mapping.PropertyMapping.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.featherfly.common.repository.Params.ParamType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.featherfly.common.repository.builder.BuilderExceptionCode.BuilderExceptionCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.featherfly.common.repository.IgnoreStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.featherfly.common.repository.mapping.PropertyMapping.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.featherfly.common.repository.Params.ParamType
Returns an array containing the constants of this enum type, in the order they are declared.

W

where() - Method in interface 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 U V W 
Skip navigation links