jimmer-sql-kotlin
0.7.73
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt
/
KSqlClient
/
findByIds
find
By
Ids
open
fun
<
K
,
V
:
Any
>
findByIds
(
entityType
:
KClass
<
V
>
,
ids
:
Collection
<
K
>
)
:
Map
<
K
,
V
>
Content copied to clipboard
open
fun
<
K
,
V
:
Any
>
findByIds
(
fetcher
:
Fetcher
<
V
>
,
ids
:
Collection
<
K
>
)
:
Map
<
K
,
V
>
Content copied to clipboard