toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-dao
/
org.jetbrains.exposed.dao
/
EntityCache
/
findAll
find
All
fun
<
ID
:
Any
,
T
:
Entity
<
ID
>
>
findAll
(
f
:
EntityClass
<
ID
,
T
>
)
:
Collection
<
T
>
Gets all
Entity
instances in this
EntityCache
that match the associated
EntityClass
.
Samples
org.jetbrains.exposed.sql.tests.shared.entities.EntityCacheTests.testPerTransactionEntityCacheLimit