Back to Exposed

findAll

docs/api/exposed-dao/org.jetbrains.exposed.v1.dao/-entity-cache/find-all.html

1.2.0775 B
Original Source

findAll

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.v1.tests.shared.entities.EntityCacheTests.testPerTransactionEntityCacheLimit

Generated by Dokka © 2026 Copyright