jimmer-sql-kotlin
0.8.143
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.expression
/
KNullableEmbeddedPropExpression
/
fetch
fetch
abstract
fun
fetch
(
fetcher
:
Fetcher
<
T
>
?
)
:
Selection
<
T
?
>
Content copied to clipboard
abstract
fun
<
V
:
EmbeddableDto
<
T
>
>
fetch
(
valueType
:
KClass
<
V
>
)
:
Selection
<
V
?
>
Content copied to clipboard