findById

@GenerateBridge
open fun findById(id: Id): Uni<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.