hibernate / hibernate-models

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

#61 - Correct and simplify `TypeDetails#isResolved()` #62

Closed mbladel closed 2 months ago

mbladel commented 2 months ago

Addresses #61.

sebersole commented 2 months ago

Have you tested this with ORM 7.0 branch?

mbladel commented 2 months ago

Have you tested this with ORM 7.0 branch?

Yep, it works. It's also needed for https://github.com/hibernate/hibernate-orm/pull/8187 as I mentioned there.