Description:
|
When Hibernate detects a lack of a monospaced DiscriminatorValue on an entity in a monospaced SINGLE_TABLE hierarchy, it throws monospaced IllegalStateException from monospaced EntityBinder:414. The error message does not indicate which class Hibernate was processing when it threw the exception, making tracing the cause difficult. I suggest adding the name of the class triggering the error to the exception message.
|