A B C D E G H I J L M N O P R S T U V
A
- addParam(Object) - Method in class me.chyxion.tigon.mybatis.ProcArg
-
add value
- addParamList(Object, Object...) - Method in class me.chyxion.tigon.mybatis.ProcArg
-
add param list
(1, 2, 3)
- addParamList(Collection<?>) - Method in class me.chyxion.tigon.mybatis.ProcArg
-
add param list
(1, 2, 3)
- addSql(String) - Method in class me.chyxion.tigon.mybatis.ProcArg
-
add SQL
- and(Search) - Method in class me.chyxion.tigon.mybatis.Search
-
and another search
- asc(String) - Method in class me.chyxion.tigon.mybatis.Search
-
order by col asc
- assemble() - Method in class me.chyxion.tigon.mybatis.Search
-
assemble search to sql and param list
- AssertUtils - Class in me.chyxion.tigon.mybatis.util
-
- AssertUtils() - Constructor for class me.chyxion.tigon.mybatis.util.AssertUtils
-
- attr(String) - Method in class me.chyxion.tigon.mybatis.Search
-
get attrs data
- attr(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
set attr
B
- BasicEntity - Interface in me.chyxion.tigon.mybatis
-
Basic entity
- beforeInsert() - Method in interface me.chyxion.tigon.mybatis.BasicEntity
-
before entity insert, for override
- beforeUpdate() - Method in interface me.chyxion.tigon.mybatis.BasicEntity
-
before entity update, for override
- between(String, Object, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col between value1 and value2
- build(Consumer<ProcArg>) - Method in class me.chyxion.tigon.mybatis.Search
-
build custom search criterion
C
- camelToUnderscore(String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
FooBar - foo_bar
- capitalize(String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- clearCriteria() - Method in class me.chyxion.tigon.mybatis.Search
-
clear criteria
- clearOrders() - Method in class me.chyxion.tigon.mybatis.Search
-
clear orders
- contains(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col contains value
D
- desc(String) - Method in class me.chyxion.tigon.mybatis.Search
-
order by col desc
E
- EMPTY - Static variable in class me.chyxion.tigon.mybatis.util.StrUtils
-
- endsWith(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col ends with value
- eq(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col eq
G
- getAttr(String) - Method in class me.chyxion.tigon.mybatis.Search
-
get attrs data
- gt(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col is greater than value
- gte(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col is greater than value or equals value
H
- hasAttr(String) - Method in class me.chyxion.tigon.mybatis.Search
-
check attrs data
- hasCriterion() - Method in class me.chyxion.tigon.mybatis.Search
-
- hasCriterion(String) - Method in class me.chyxion.tigon.mybatis.Search
-
- hasNoCriterion() - Method in class me.chyxion.tigon.mybatis.Search
-
- hasNoOrder() - Method in class me.chyxion.tigon.mybatis.Search
-
- hasOrder() - Method in class me.chyxion.tigon.mybatis.Search
-
I
- in(String, Object[]) - Method in class me.chyxion.tigon.mybatis.Search
-
col in values array
- in(String, Collection<?>) - Method in class me.chyxion.tigon.mybatis.Search
-
col in values list
- isBlank(CharSequence) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- isNotBlank(CharSequence) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- isNull(String) - Method in class me.chyxion.tigon.mybatis.Search
-
col is null
J
- join(Iterable<?>, String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- join(Iterator<?>, String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- join(Object[], String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- join(Object[], String, int, int) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
L
- like(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col like value
- like(String, String, boolean) - Method in class me.chyxion.tigon.mybatis.Search
-
col like value
- limit(Integer) - Method in class me.chyxion.tigon.mybatis.Search
-
set limit
- limit() - Method in class me.chyxion.tigon.mybatis.Search
-
get limit
- lt(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col is less than value
- lte(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col is less than value or equals value
M
- me.chyxion.tigon.mybatis - package me.chyxion.tigon.mybatis
-
- me.chyxion.tigon.mybatis.util - package me.chyxion.tigon.mybatis.util
-
N
- ne(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col not eq value
- NoPrimaryKey - Annotation Type in me.chyxion.tigon.mybatis
-
Mark entity has no primary key
- notBetween(String, Object, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
col not between value1 and value2
- notContains(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col not contains value
- notEndsWith(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col not ends with value
- notIn(String, Object[]) - Method in class me.chyxion.tigon.mybatis.Search
-
col is not not in values
- notIn(String, Collection<?>) - Method in class me.chyxion.tigon.mybatis.Search
-
col is not not in values
- notLike(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col not like value
- notLike(String, String, boolean) - Method in class me.chyxion.tigon.mybatis.Search
-
col not like value
- notNull(String) - Method in class me.chyxion.tigon.mybatis.Search
-
col is not null
- notStartsWith(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col not starts with value
- NotUpdate - Annotation Type in me.chyxion.tigon.mybatis
-
Mark entity field does not update
- NotUpdateWhenNull - Annotation Type in me.chyxion.tigon.mybatis
-
Mark entity field does not update when value is null
O
- offset(Integer) - Method in class me.chyxion.tigon.mybatis.Search
-
set offset
- offset() - Method in class me.chyxion.tigon.mybatis.Search
-
get offset
- or(Search) - Method in class me.chyxion.tigon.mybatis.Search
-
or another search
- or(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
or col eq val
- orderBy(String, Search.Order) - Method in class me.chyxion.tigon.mybatis.Search
-
order by
- orders() - Method in class me.chyxion.tigon.mybatis.Search
-
P
- PrimaryKey - Annotation Type in me.chyxion.tigon.mybatis
-
Mark entity field is primary key
- ProcArg - Class in me.chyxion.tigon.mybatis
-
Search process argument, may use in Search#build
- ProcArg() - Constructor for class me.chyxion.tigon.mybatis.ProcArg
-
R
- RawValue - Annotation Type in me.chyxion.tigon.mybatis
-
Mark field uses raw value, for example:
S
- Search - Class in me.chyxion.tigon.mybatis
-
- Search() - Constructor for class me.chyxion.tigon.mybatis.Search
-
default construct
- Search(Object) - Constructor for class me.chyxion.tigon.mybatis.Search
-
- Search(String, Object) - Constructor for class me.chyxion.tigon.mybatis.Search
-
construct by eq
- Search(String, Collection<?>) - Constructor for class me.chyxion.tigon.mybatis.Search
-
construct by eq
- Search(String, Object[]) - Constructor for class me.chyxion.tigon.mybatis.Search
-
construct by eq
- Search.Order - Enum in me.chyxion.tigon.mybatis
-
order
- setAttr(String, Object) - Method in class me.chyxion.tigon.mybatis.Search
-
set attr
- splitCamel(String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
split Camel Case
- SqlFragment - Class in me.chyxion.tigon.mybatis
-
- SqlFragment() - Constructor for class me.chyxion.tigon.mybatis.SqlFragment
-
- SqlParam - Class in me.chyxion.tigon.mybatis
-
- SqlParam() - Constructor for class me.chyxion.tigon.mybatis.SqlParam
-
- startsWith(String, String) - Method in class me.chyxion.tigon.mybatis.Search
-
col starts with value
- state(boolean, String) - Static method in class me.chyxion.tigon.mybatis.util.AssertUtils
-
- state(boolean, Supplier<String>) - Static method in class me.chyxion.tigon.mybatis.util.AssertUtils
-
- StrUtils - Class in me.chyxion.tigon.mybatis.util
-
- StrUtils() - Constructor for class me.chyxion.tigon.mybatis.util.StrUtils
-
T
- table(String) - Method in class me.chyxion.tigon.mybatis.Search
-
set table
- Table - Annotation Type in me.chyxion.tigon.mybatis
-
Mark table of entity or mapper
- toString() - Method in class me.chyxion.tigon.mybatis.SqlFragment
- toString() - Method in class me.chyxion.tigon.mybatis.SqlParam
- Transient - Annotation Type in me.chyxion.tigon.mybatis
-
Mark entity field as transient, do not insert or update
- trueAttr(String) - Method in class me.chyxion.tigon.mybatis.Search
-
check attr val is true
U
- uncapitalize(String) - Static method in class me.chyxion.tigon.mybatis.util.StrUtils
-
- UseGeneratedKeys - Annotation Type in me.chyxion.tigon.mybatis
-
V
- valueOf(String) - Static method in enum me.chyxion.tigon.mybatis.Search.Order
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum me.chyxion.tigon.mybatis.Search.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
A B C D E G H I J L M N O P R S T U V
Copyright © 2020. All rights reserved.