Resolve how DiscriminatorBindingState impls determine setting for isInserted

Description

From Hardy:

> I am not sure whether this is semantically correct or not.
> The documentation to org.hibernate.annotation.DiscriminatorOptions
> says

> Set this to false, if your discriminator column is also part
> of a mapped composite identifier.It tells Hibernate not to include
> the column in SQL INSERTs.

> Now you have overridden insertable. If this is true than you don't
> need this getter, but I don't think that these are the same options

In pull request https://github.com/hibernate/hibernate-core/pull/80, isInsertable() is gone.

I need to revisit whether DiscriminatorBindingState.isInsertable() is needed.

Activity

Christian BeikovApril 8, 2022 at 4:35 PM

Since no test case was provided for years, I'll close this issue as out of date. I also believe it will most probably not be an issue any more in 6.0.
If this still is an issue for you, please create a new issue with a test case that reproduces the problem.

Steve EbersoleOctober 28, 2015 at 3:25 AM

As part of verifying that this issue affects 5.0, please just set the "Affects version". Leave the "verify-affects-5.0" label and leave the issue in "Awaiting Response" status; these are critical for us to be able to track these verifications and triage them. Thanks.

Steve EbersoleOctober 27, 2015 at 7:17 PM

This bug report does not indicate that the reported issue affects version 5.x. Versions prior to 5.x are no longer maintained. It would be a great help to the Hibernate team and community for someone to verify that the reported issue still affects version 5.x. If so, please add the 5.x version that you verified with to the list of affected-versions and attach the (preferably SSCCE) test case you used to do the verification to the report; from there the issues will be looked at during our triage meetings.

For details, see http://in.relation.to/2015/10/27/great-jira-cleanup-2015/

Out of Date

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created May 18, 2011 at 1:46 AM
Updated April 8, 2022 at 4:35 PM
Resolved April 8, 2022 at 4:35 PM

Flag notifications