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.fetch
Package-level
declarations
Functions
Functions
fetch
Link copied to clipboard
fun
<
Z
,
T
,
R
>
KProperty1
<
T
,
R
>
.
fetch
(
from
:
From
<
Z
,
T
>
,
joinType
:
JoinType
=
JoinType.INNER
)
:
Fetch
<
T
,
R
>
Creates a
Fetch
for this property on the given
From
.