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