Back to Exposed

store

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

1.2.0860 B
Original Source

store

fun <ID : Any, T : Entity<ID>> store(f: EntityClass<ID, T>, o: T)

Stores the specified Entity in this EntityCache using its associated EntityClass as the key.


fun store(o: Entity<*>)

Stores the specified Entity in this EntityCache.

The EntityClass associated with this entity will be inferred based on its Entity.klass property.

Generated by Dokka © 2026 Copyright