hibernate-orm/hibernate-core/src
Steve Ebersole bb2b0a6c47 Introduce `VirtualIdEmbeddable` and `IdClassEmbeddable`
Clean-up

Still need to
  - integrate EmbeddableInstantiator work
  - integrate embedded forms.  `VirtualIdEmbeddable` does not really need it as it can use the id-mapping itself as the embedded form.  But `IdClassEmbedded` should really be integrated
  - integrate `VirtualKeyEmbeddable` and `VirtualKeyEmbedded` for use as inverse composite fks
  - share `#finishInit` handling for `EmbeddableMappingType`, `VirtualIdEmbeddable` and `IdClassEmbeddable`
2021-12-01 11:33:02 -06:00
..
main Introduce `VirtualIdEmbeddable` and `IdClassEmbeddable` 2021-12-01 11:33:02 -06:00
test Introduce `VirtualIdEmbeddable` and `IdClassEmbeddable` 2021-12-01 11:33:02 -06:00
test_legacy/org/hibernate Fix DynamicBatch loading 2021-11-04 12:39:29 -05:00