Skip navigation links
$ A B C E G I L M N O P S T V W 

$

$spec(Operators.Logical, String, A...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 

A

AbstractSpecificationsMaker<C,T> - Class in org.coodex.commons.jpa.springdata
 
AbstractSpecificationsMaker() - Constructor for class org.coodex.commons.jpa.springdata.AbstractSpecificationsMaker
 
and(Specification<T>...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
and(Collection<Specification<T>>) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 

B

between(String, A, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute between min and max
BetweenOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.BetweenOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.BetweenOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.EqualOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.GreaterEqualOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.GreaterOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.InOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.IsNullOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.LessEqualOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.LessOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.NotEqualOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.NotInOperator
 
buildPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in class org.coodex.commons.jpa.criteria.Operators.NotNullOperator
 

C

CommonRepository<T,ID extends Serializable> - Interface in org.coodex.commons.jpa.springdata
Deprecated.
copy(Page<SRC>, Copier<SRC, TARGET>) - Static method in class org.coodex.commons.jpa.springdata.PageCopier
Deprecated.
copy(Page<SRC>, Copier<SRC, TARGET>) - Static method in class org.coodex.commons.jpa.springdata.PageHelper
 
customLike(String, String) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute like value
CustomPatternLikeOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.CustomPatternLikeOperator
 

E

endWith(String, String) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute like %value
EndWithOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.EndWithOperator
 
EqualOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.EqualOperator
 
equals(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute = value

G

getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.BetweenOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.CustomPatternLikeOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.EndWithOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.EqualOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.GreaterEqualOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.GreaterOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.InOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.IsNullOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.LessEqualOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.LessOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.LikeOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.NotEqualOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.NotInOperator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.NotNullOperator
 
getLogical() - Method in interface org.coodex.commons.jpa.criteria.Operators.Operator
 
getLogical() - Method in class org.coodex.commons.jpa.criteria.Operators.StartWithOperator
 
getOperator() - Method in enum org.coodex.commons.jpa.criteria.Operators.Logical
 
getPageable(PageRequest) - Static method in class org.coodex.commons.jpa.springdata.PageHelper
 
getPageable(PageRequest, Sort) - Static method in class org.coodex.commons.jpa.springdata.PageHelper
 
getPath(Root<E>, String) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
GreaterEqualOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.GreaterEqualOperator
 
GreaterOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.GreaterOperator
 
greaterThen(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute > value
greaterThenEquals(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute >= value

I

in(String, A...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute in (values)
InOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.InOperator
 
isNull(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute is NULL
IsNullOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.IsNullOperator
 

L

LessEqualOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.LessEqualOperator
 
LessOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.LessOperator
 
lessThen(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute < value
lessThenEquals(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute <= value
like(String, String) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute like %value%
LikeOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.LikeOperator
 

M

make(C) - Method in class org.coodex.commons.jpa.springdata.AbstractSpecificationsMaker
 
make(C, String) - Method in class org.coodex.commons.jpa.springdata.AbstractSpecificationsMaker
 
make(C) - Method in interface org.coodex.commons.jpa.springdata.SpecificationsMaker
 
MakerFunction - Annotation Type in org.coodex.commons.jpa.springdata
 
memberOf(Class<ENTITY>, String, ATTR) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
Deprecated.
memberOf(String, ATTR) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where attr in E.attribute

N

not(Specification<T>) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
NotEqualOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.NotEqualOperator
 
notEquals(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute <> value
notIn(String, A...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute not in (values)
NotInOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.NotInOperator
 
notNull(String, A) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute is not NULL
NotNullOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.NotNullOperator
 

O

Operators - Class in org.coodex.commons.jpa.criteria
根据 sujiwu@126.com 思路重设计、编码
Operators() - Constructor for class org.coodex.commons.jpa.criteria.Operators
 
Operators.BetweenOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.CustomPatternLikeOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.EndWithOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.EqualOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.GreaterEqualOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.GreaterOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.InOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.IsNullOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.LessEqualOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.LessOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.LikeOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.Logical - Enum in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.NotEqualOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.NotInOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.NotNullOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.Operator - Interface in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
Operators.StartWithOperator - Class in org.coodex.commons.jpa.criteria
Created by davidoff shen on 2017-03-17.
or(Specification<T>...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
or(Collection<Specification<T>>) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
org.coodex.commons.jpa.criteria - package org.coodex.commons.jpa.criteria
 
org.coodex.commons.jpa.springdata - package org.coodex.commons.jpa.springdata
 

P

PageCopier - Class in org.coodex.commons.jpa.springdata
Deprecated.
PageCopier() - Constructor for class org.coodex.commons.jpa.springdata.PageCopier
Deprecated.
 
PageHelper - Class in org.coodex.commons.jpa.springdata
Created by davidoff shen on 2017-07-13.
PageHelper() - Constructor for class org.coodex.commons.jpa.springdata.PageHelper
 

S

spec(Class<ENTITY>, Operators.Logical, String, ATTR...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
Deprecated.
spec(Operators.Logical, String, ATTR...) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
Deprecated.
SpecCommon - Class in org.coodex.commons.jpa.springdata
少量调整,移除SpecificationGroup, 增加不定参方法
SpecCommon() - Constructor for class org.coodex.commons.jpa.springdata.SpecCommon
 
SpecificationsMaker<C,T> - Interface in org.coodex.commons.jpa.springdata
 
startWith(String, String) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
where E.attribute like value%
StartWithOperator() - Constructor for class org.coodex.commons.jpa.criteria.Operators.StartWithOperator
 

T

toPattern(String) - Method in class org.coodex.commons.jpa.criteria.Operators.CustomPatternLikeOperator
 
toPattern(String) - Method in class org.coodex.commons.jpa.criteria.Operators.EndWithOperator
 
toPattern(String) - Method in class org.coodex.commons.jpa.criteria.Operators.LikeOperator
 
toPattern(String) - Method in class org.coodex.commons.jpa.criteria.Operators.StartWithOperator
 
toPredicate(Path<ATTR>, CriteriaBuilder, ATTR[]) - Method in interface org.coodex.commons.jpa.criteria.Operators.Operator
 

V

valueOf(String) - Static method in enum org.coodex.commons.jpa.criteria.Operators.Logical
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.coodex.commons.jpa.criteria.Operators.Logical
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapper(Specifications<ENTITY>) - Static method in class org.coodex.commons.jpa.springdata.SpecCommon
 
$ A B C E G I L M N O P S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.