toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-dao
/
org.jetbrains.exposed.dao
/
EntityClass
/
forEntityIds
for
Entity
Ids
open
fun
forEntityIds
(
ids
:
List
<
EntityID
<
ID
>
>
)
:
SizedIterable
<
T
>
Returns a
SizedIterable
containing all entities with
EntityID
values from the provided
ids
list.