Out of Date
Details
Assignee
Former userFormer user(Deactivated)Reporter
Former userFormer user(Deactivated)Labels
Components
Affects versions
Priority
Major
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)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
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.