Concerning internal/deprecated classes:
- EntityMetamodel is deprecated and we should prefer EntityMappingType
- EntityPersister is technically api/spi but was intended to be internal
- … there’s probably more? I think we disabled deprecated class checks in -orm6 modules, as evidenced by the fact we use EntityMetamodel and the build still passes…
|