JPA Specification Kotlin DSL
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
JPA Specification Kotlin DSL
JPA Specification Kotlin DSL
/
io.github.alfonsoristorato.jpaspeckotlindsl.predicate.inclusion
Package-level
declarations
Functions
Functions
in
Link copied to clipboard
fun
<
T
,
P
>
KProperty1
<
T
,
P
>
.
in
(
path
:
Path
<
T
>
,
criteriaBuilder
:
CriteriaBuilder
,
value
:
P
)
:
Predicate
Creates a
Predicate
that checks if the property's value is in the given value.