jimmer-sql-kotlin
0.7.78
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.loader.impl
/
KValueLoaderImpl
KValue
Loader
Impl
class
KValueLoaderImpl
<
S
:
Any
,
V
>
(
javaLoader
:
ValueLoader
<
S
,
V
>
)
:
KValueLoader
<
S
,
V
>
Content copied to clipboard
Functions
Functions
batch
Load
Link copied to clipboard
open
override
fun
batchLoad
(
sources
:
Collection
<
S
>
)
:
Map
<
S
,
V
>
Content copied to clipboard
for
Connection
Link copied to clipboard
open
override
fun
forConnection
(
con
:
Connection
)
:
KValueLoader
<
S
,
V
>
Content copied to clipboard
load
Link copied to clipboard
open
override
fun
load
(
source
:
S
)
:
V
Content copied to clipboard