跳过导航链接
A B C D E G I L N O P S T 

A

and() - 类 中的静态方法com.github.wenhao.jpa.Specifications
 
asc(String) - 类 中的方法com.github.wenhao.jpa.Sorts.Builder
 
asc(boolean, String) - 类 中的方法com.github.wenhao.jpa.Sorts.Builder
 

B

between(String, Range<? extends Comparable<?>>) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
between(boolean, String, Range<? extends Comparable<?>>) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
BetweenSpecification<T> - com.github.wenhao.jpa.specification中的类
 
BetweenSpecification(String, Range) - 类 的构造器com.github.wenhao.jpa.specification.BetweenSpecification
 
build() - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
build() - 类 中的方法com.github.wenhao.jpa.Sorts.Builder
 
builder() - 类 中的静态方法com.github.wenhao.jpa.Sorts
 
Builder() - 类 的构造器com.github.wenhao.jpa.Sorts.Builder
 

C

com.github.wenhao.jpa - 程序包 com.github.wenhao.jpa
 
com.github.wenhao.jpa.specification - 程序包 com.github.wenhao.jpa.specification
 

D

desc(String) - 类 中的方法com.github.wenhao.jpa.Sorts.Builder
 
desc(boolean, String) - 类 中的方法com.github.wenhao.jpa.Sorts.Builder
 

E

eq(String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
eq(boolean, String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
EqualSpecification<T> - com.github.wenhao.jpa.specification中的类
 
EqualSpecification(String, Object...) - 类 的构造器com.github.wenhao.jpa.specification.EqualSpecification
 

G

ge(String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
ge(boolean, String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
GeSpecification<T> - com.github.wenhao.jpa.specification中的类
 
GeSpecification(String, Number) - 类 的构造器com.github.wenhao.jpa.specification.GeSpecification
 
gt(String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
gt(boolean, String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
GtSpecification<T> - com.github.wenhao.jpa.specification中的类
 
GtSpecification(String, Number) - 类 的构造器com.github.wenhao.jpa.specification.GtSpecification
 

I

in(String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
in(boolean, String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
InSpecification<T> - com.github.wenhao.jpa.specification中的类
 
InSpecification(String, Object[]) - 类 的构造器com.github.wenhao.jpa.specification.InSpecification
 

L

le(String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
le(boolean, String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
LeSpecification<T> - com.github.wenhao.jpa.specification中的类
 
LeSpecification(String, Number) - 类 的构造器com.github.wenhao.jpa.specification.LeSpecification
 
like(String, String...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
like(boolean, String, String...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
LikeSpecification<T> - com.github.wenhao.jpa.specification中的类
 
LikeSpecification(String, String...) - 类 的构造器com.github.wenhao.jpa.specification.LikeSpecification
 
lt(String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
lt(boolean, String, Number) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
LtSpecification<T> - com.github.wenhao.jpa.specification中的类
 
LtSpecification(String, Number) - 类 的构造器com.github.wenhao.jpa.specification.LtSpecification
 

N

ne(String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
ne(boolean, String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
NotEqualSpecification<T> - com.github.wenhao.jpa.specification中的类
 
NotEqualSpecification(String, Object...) - 类 的构造器com.github.wenhao.jpa.specification.NotEqualSpecification
 
notIn(String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
notIn(boolean, String, Object...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
NotInSpecification<T> - com.github.wenhao.jpa.specification中的类
 
NotInSpecification(String, Object[]) - 类 的构造器com.github.wenhao.jpa.specification.NotInSpecification
 
notLike(String, String...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
notLike(boolean, String, String...) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
NotLikeSpecification<T> - com.github.wenhao.jpa.specification中的类
 
NotLikeSpecification(String, String...) - 类 的构造器com.github.wenhao.jpa.specification.NotLikeSpecification
 

O

or() - 类 中的静态方法com.github.wenhao.jpa.Specifications
 

P

predicate(Specification) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
predicate(boolean, Specification) - 类 中的方法com.github.wenhao.jpa.PredicateBuilder
 
PredicateBuilder<T> - com.github.wenhao.jpa中的类
 
PredicateBuilder(Predicate.BooleanOperator) - 类 的构造器com.github.wenhao.jpa.PredicateBuilder
 

S

Sorts - com.github.wenhao.jpa中的类
 
Sorts() - 类 的构造器com.github.wenhao.jpa.Sorts
 
Sorts.Builder - com.github.wenhao.jpa中的类
 
Specifications - com.github.wenhao.jpa中的类
 
Specifications() - 类 的构造器com.github.wenhao.jpa.Specifications
 

T

toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.BetweenSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.EqualSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.GeSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.GtSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.InSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.LeSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.LikeSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.LtSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.NotEqualSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.NotInSpecification
 
toPredicate(Root<T>, CriteriaQuery<?>, CriteriaBuilder) - 类 中的方法com.github.wenhao.jpa.specification.NotLikeSpecification
 
A B C D E G I L N O P S T 
跳过导航链接