[jbosstools-issues] [JBoss JIRA] (JBIDE-13855) Invalid JPA Error message for Hibernate Joined inheritance
Josef Kopriva (Jira)
issues at jboss.org
Thu May 28 04:10:54 EDT 2020
[ https://issues.redhat.com/browse/JBIDE-13855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josef Kopriva closed JBIDE-13855.
---------------------------------
Closing, nothing to do.
> Invalid JPA Error message for Hibernate Joined inheritance
> ----------------------------------------------------------
>
> Key: JBIDE-13855
> URL: https://issues.redhat.com/browse/JBIDE-13855
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate
> Affects Versions: 4.0.0.Final
> Reporter: Cody Lerum
> Assignee: Koen Aers
> Priority: Major
>
> Discriminator column "DTYPE" cannot be resolved on table "Order_"
> In this case
> {code}
> @Entity
> @Inheritance(strategy = InheritanceType.JOINED)
> @Table(name = "Order_")
> public abstract class Order implements Serializable
> {code}
> Hibernate does not require the use of a Discriminator column
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jbosstools-issues
mailing list