| Package | Description |
|---|---|
| net.kaczmarzyk.spring.data.jpa.domain |
| Modifier and Type | Class and Description |
|---|---|
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>
Filters with
path between arg1 and arg2 where-clause. |
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 |
Null<T>
Filers with "is null" or "is not null" where clause (e.g.
|
Copyright © 2014–2017. All rights reserved.