hibernate / hibernate-models

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

Allow clearing all ClassDetails members #86

Open sebersole opened 4 days ago

sebersole commented 4 days ago

For complete XML mappings we need the ability to clear all members of a ClassDetails.

Might be ok/better to clear just "persistable" members (fields, getters and setters)

sebersole commented 3 days ago

Ultimately this is probably better handled from ORM as the ability to add @Transient to all persistable members and removing them as we see an attribute mapping.