hibernate / hibernate-models

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

DynamicFieldDetails should always return true for isPersistable #84

Closed sebersole closed 1 day ago

sebersole commented 2 weeks ago

DynamicFieldDetails reefereces are explicitly created for persistent attributes in dynamic models. By definition, they are alsways persistable

sebersole commented 1 day ago

Actually its better to handle this in ORM and how it creates the members for dynamic models. Its not totally inconceivable that a user of hibernate-models might want a non-persistable dynamic field