jimmer-sql-kotlin
0.4.2
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt
/
KEntities
/
findMapByIds
find
Map
By
Ids
abstract
fun
<
ID
,
E
:
Any
>
findMapByIds
(
entityType
:
KClass
<
E
>
,
ids
:
Collection
<
ID
>
)
:
Map
<
ID
,
E
>
Content copied to clipboard
abstract
fun
<
ID
,
E
:
Any
>
findMapByIds
(
fetcher
:
Fetcher
<
E
>
,
ids
:
Collection
<
ID
>
)
:
Map
<
ID
,
E
>
Content copied to clipboard