Angel Villalain commented on Improvement HHH-4751

Forget about ClassC, you could use any other field there, since that value will be stored in a secondary table based on the inheritance type defined in the example. But regarding ClassType here is the mapping.

@Audited
@Entity(name = "ClassType")
@Table(name = "ClassType")
public class ClassType{
    @Id
    @Column(name = "Name")
    private String type;

...
}

Hope this helps.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira