hibernate / hibernate-models

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

MethodDetails#resolveAttributeName should simply return null rather than error #7

Closed sebersole closed 6 months ago

sebersole commented 6 months ago

MethodDetails#resolveAttributeName should simply return null if the method name does not match the Java Bean naming pattern rather than throwing an exception