exposed
Toggle table of contents
1.0.0-rc-2
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
exposed-dao
/
org.jetbrains.exposed.v1.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.