Class JoinedSubclassTestEntity

All Implemented Interfaces:
SubclassEntity, SuperclassEntity

@Entity public class JoinedSubclassTestEntity extends JoinedSuperclassTestEntity implements SubclassEntity
Test class that ensures that an entity hierarchy with InheritanceType.JOINED is written correctly.
Author:
Tobias Liefke