| Package | Description |
|---|---|
| net.kaczmarzyk.spring.data.jpa.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
EndingWith<T>
parameter bound with appended %:
"%" + args[0] |
class |
EndingWithIgnoreCase<T>
parameter bound with appended %:
"%" + args[0] |
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 |
NotLike<T>
A negation of
Like |
class |
StartingWith<T>
parameter bound with appended %:
args[0] + "%" |
class |
StartingWithIgnoreCase<T>
parameter bound with appended %:
args[0] + "%" |
Copyright © 2014–2020. All rights reserved.