findById

@GenerateBridge(targetReturnTypeErased = true)
open fun findById(id: Id): Entity?

Find an entity of this type by ID.

Return

the entity found, or null if not found.

Parameters

id

the ID of the entity to find.