| Package | Description |
|---|---|
| net.kaczmarzyk.spring.data.jpa.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
Between<T>
Filters with
path between arg1 and arg2 where-clause. |
class |
ComparableSpecification<T>
Base class for Comparable comparisons..
|
class |
DateAfter<T>
Deprecated.
Consider using
GreaterThan |
class |
DateAfterInclusive<T>
Deprecated.
Consider using
GreaterThanOrEqual |
class |
DateBefore<T>
Deprecated.
Consider using
LessThan |
class |
DateBeforeInclusive<T>
Deprecated.
Consider using
LessThanOrEqual |
class |
DateBetween<T>
Deprecated.
as of v2.0.0 consider using
Between which supports more types |
class |
EndingWith<T>
parameter bound with appended %:
"%" + args[0] |
class |
EndingWithIgnoreCase<T>
parameter bound with appended %:
"%" + args[0] |
class |
Equal<T>
Filters with equal where-clause (e.g.
|
class |
EqualEnum<T>
|
class |
EqualIgnoreCase<T>
Filters with equal where-clause (e.g.
|
class |
GreaterThan<T>
Filters with greater than where-clause (e.g.
|
class |
GreaterThanOrEqual<T>
Filters with greater than or equal where-clause (e.g.
|
class |
In<T>
Filters with "in" where-clause (e.g.
|
class |
IsNull<T>
Deprecated.
Consider using
Null |
class |
LessThan<T>
Filters with less than where-clause (e.g.
|
class |
LessThanOrEqual<T>
Filters with less than or equal where-clause (e.g.
|
class |
Like<T>
Filters with
path like %pattern% where-clause. |
class |
LikeIgnoreCase<T>
Filters with
path like %pattern% where-clause and ignores pattern case |
class |
NotEqual<T>
Filters with not equal where-clause (e.g.
|
class |
NotEqualIgnoreCase<T>
Filters with not equal where-clause (e.g.
|
class |
NotIn<T>
Negation of
In. |
class |
NotLike<T>
A negation of
Like |
class |
NotNull<T>
Filers with "is null" or "is not null" where clause (e.g.
|
class |
Null<T>
Filers with "is null" or "is not null" where clause (e.g.
|
class |
StartingWith<T>
parameter bound with appended %:
args[0] + "%" |
class |
StartingWithIgnoreCase<T>
parameter bound with appended %:
args[0] + "%" |
Copyright © 2014–2020. All rights reserved.