jimmer-sql-kotlin
0.3.0
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.fetcher
/
KRecursiveFieldDsl
KRecursive
Field
Dsl
interface
KRecursiveFieldDsl
<
E
:
Any
>
:
KFieldDsl
<
E
>
Content copied to clipboard
Functions
Inheritors
Functions
batch
Link copied to clipboard
abstract
fun
batch
(
size
:
Int
)
Content copied to clipboard
depth
Link copied to clipboard
abstract
fun
depth
(
depth
:
Int
)
Content copied to clipboard
filter
Link copied to clipboard
abstract
fun
filter
(
filter
:
KFieldFilterDsl
<
E
>
.
(
)
->
Unit
)
Content copied to clipboard
recursive
Link copied to clipboard
abstract
fun
recursive
(
block
:
RecursionStrategy.Args
<
E
>
.
(
)
->
Boolean
?
=
null
)
Content copied to clipboard
Inheritors
KRecursiveListFieldDsl
Link copied to clipboard