hibernate / hibernate-models

An abstraction over "reflection" and annotations
Apache License 2.0
2 stars 5 forks source link

Review get/find method consistency #27

Closed sebersole closed 4 months ago

sebersole commented 4 months ago

Review the contracts for consistency with regard to get/find methods -

sebersole commented 4 months ago

Actually, I'm not going to change this. Even though we generally use get here and it returns null, it does that consistently.