jimmer-sql-kotlin
0.7.27
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.loader
/
KLoaders
KLoaders
interface
KLoaders
Content copied to clipboard
Functions
Functions
batch
Load
Link copied to clipboard
abstract
fun
<
S
:
Any
,
T
:
Any
>
batchLoad
(
prop
:
KProperty1
<
S
,
T
?
>
,
sources
:
Collection
<
S
>
)
:
Map
<
S
,
T
>
Content copied to clipboard
list
Link copied to clipboard
abstract
fun
<
S
:
Any
,
T
:
Any
>
list
(
prop
:
KProperty1
<
S
,
List
<
T
>
>
)
:
KListLoader
<
S
,
T
>
Content copied to clipboard
reference
Link copied to clipboard
abstract
fun
<
S
:
Any
,
T
:
Any
>
reference
(
prop
:
KProperty1
<
S
,
T
?
>
)
:
KReferenceLoader
<
S
,
T
>
Content copied to clipboard
value
Link copied to clipboard
abstract
fun
<
S
:
Any
,
T
:
Any
>
value
(
prop
:
KProperty1
<
S
,
T
>
)
:
KValueLoader
<
S
,
T
>
Content copied to clipboard