When querying a simple attribute of a treated many-to-many map join collection path an UnkownTableReferenceException is encountered as Hibernate is not able to correctly resolve the table inheritance subclass' table reference when using InheritanceType.JOINED.
When querying a simple attribute of a treated many-to-many map join collection path an
UnkownTableReferenceException
is encountered as Hibernate is not able to correctly resolve the table inheritance subclass' table reference when usingInheritanceType.JOINED
.A reproducer can be found here: