hibernate / hibernate-models

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

Ability to remove annotations from a target #88

Closed sebersole closed 5 days ago

sebersole commented 6 days ago

Add the ability to remove annotations from a target.

The original use case here is to handle "metadata complete" XML mappings in ORM by initially marking all persistable members as @Transient and later remove @Transient as we process attributes from the XML.

In conjunction with https://github.com/hibernate/hibernate-models/issues/89, a better alternative to https://github.com/hibernate/hibernate-models/issues/86