hibernate / hibernate-models

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

Method to iterate all persistable members #89

Closed sebersole closed 5 days ago

sebersole commented 6 days ago

Add a method to allow iteration over all persistable (MemberDetails#isPersistable) members.

The intention is to be combined with https://github.com/hibernate/hibernate-models/issues/88 as an alternative to https://github.com/hibernate/hibernate-models/issues/86 for dealing with "metadata complete" XML mappings.