Fixed
Details
Assignee
Marco BelladelliMarco BelladelliReporter
Christian BeikovChristian BeikovSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Marco Belladelli
Marco BelladelliReporter
Christian Beikov
Christian BeikovSprint
None
Fix versions
Priority
Created March 6, 2024 at 5:17 PM
Updated December 4, 2024 at 9:50 AM
Resolved April 23, 2024 at 1:37 PM
Add a new annotation
@ConcreteProxy
that indicates proxies of concrete types (for inheritance models) should be created instead of the referenced type. This requires resolving the discrimination value (discriminator column or case-statement) from the database. Only valid on a root entity.This is intended as a better replacement for the legacy (and deprecated)
@Proxy
annotation. For context, a user asked about this recently:Will also include a corresponding global flag -
hibernate.mapping.concrete_proxies
which would effectively apply the@ConcreteProxy
across each hierarchy.