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