findById

abstract fun findById(id: ID): E?(source)

Find a record by its ID.

Return

The record if found, null otherwise

Parameters

id

The primary key value