hibernate / hibernate-models

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

Rename methods on ClassDetails using the term "type" #25

Closed sebersole closed 4 months ago

sebersole commented 4 months ago

A few methods on ClassDetails confusingly use the term "type", which was done before generics support was added. We should change the names of these -

Maybe -

NOTE : getGenericSuperType() is related, but I think properly named; although we could possibly shorten that to just getSuperType() if we wish after renaming the existing method with that name.