Description:
|
Ideas:
- Automatically discover embeddables that aren't explicitly declared in the mapping. Currently the default of
MetadataSources#indexClass
attempts to dynamically find @Embeddables that were not explicitly identified
.
Re-think
Add a setting to disable
it
and enforce?
-
Require @Embeddable on embedded attribute types
-
there has
- default
to
requiring it, but allow this to
be
a better way
ignored
.
|