Hi - I have a Type that can have a number of different subtypes.
All of these are mapped with DISCRIMINATORs etc.
PSide extends Side
CSide extends Side
B has a OneToMany with CSide
But I am getting a org.hibernate.WrongClassException as when it tries to load CSide it also tries to load PSide.
In this instance you would normally instruct Hibernate what the targetEntity is.
Is this possible in Sculptor.