findBy method Null safety

Entity findBy(
  1. int keyId
)

Find the correspondent domain by it's Key Id.

Implementation

Entity findBy(int keyId);