Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The EntityRepository interface offers an findBy(PK id) method, that returns the entity based on the ID. It would be great to also have an findOptionalBy(PK id) that returns an optional.