Secondary tables do not work with TABLE_PER_CLASS inheritance strategies

Description

I have a class hierarchy as follows:

The following table shows which attributes are on each class:

Class

Attribute

Table

RootClass

field1

rootclass

IntermediateClass

field2

intermediateclass

LeafClass

field3

leafclass

LeafClass

field4

leafclass2

AnotherLeafClass

field5

anotherleafclass

AnotherLeafClass

field6

anotherleafclass2

Using InheritanceType.SINGLE_TABLE, it works.

Using InheritanceType.JOINED or InheritanceType.TABLE_PER_CLASS at the IntermediateClass level causes different errors:

Using InheritanceType.JOINED causes an incorrect insert statement which thinks that field4 is on table leafclass rather than leafclass2:

Using InheritanceType.TABLE_PER_CLASS causes the following error as the session factory is built:

A minimal test case is attached as an maven and eclipse project. mvn test will show the error. I have not created a test case for each inheritance type - you will have to change it in the intermediate domain class to see the other error.

Attachments

1

Activity

Show:

Brett MeyerJuly 8, 2014 at 3:11 PM

Bulk rejecting stale issues. If this is still a legitimate issue on ORM 4, feel free to comment and attach a test case. I'll address responses case-by-case. Thanks!

Brett MeyerApril 7, 2014 at 5:43 PM

In an effort to clean up, in bulk, tickets that are most likely out of date, we're transitioning all ORM 3 tickets to an "Awaiting Test Case" state. Please see http://in.relation.to/Bloggers/HibernateORMJIRAPoliciesAndCleanUpTactics for more information.

If this is still a legitimate bug in ORM 4, please provide either a test case that reproduces it or enough detail (entities, mappings, snippets, etc.) to show that it still fails on 4. If nothing is received within 3 months or so, we'll be automatically closing them.

Thank you!

Emmanuel BernardJuly 8, 2010 at 11:14 AM

Change title, JOINED is now supported as per

Rejected

Details

Assignee

Reporter

Components

Affects versions

Priority

Created January 22, 2010 at 5:49 PM
Updated July 8, 2014 at 3:11 PM
Resolved July 8, 2014 at 3:11 PM