jimmer-sql-kotlin
0.4.4
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.loader
/
KValueLoader
KValue
Loader
interface
KValueLoader
<
S
:
Any
,
V
>
Content copied to clipboard
Functions
Inheritors
Functions
batch
Load
Link copied to clipboard
abstract
fun
batchLoad
(
sources
:
Collection
<
S
>
)
:
Map
<
S
,
V
>
Content copied to clipboard
for
Connection
Link copied to clipboard
@
NewChain
abstract
fun
forConnection
(
con
:
Connection
)
:
KValueLoader
<
S
,
V
>
Content copied to clipboard
load
Link copied to clipboard
abstract
fun
load
(
source
:
S
)
:
V
Content copied to clipboard
Inheritors
KValueLoaderImpl
Link copied to clipboard