public annotation Inheritance( strategy as InheritanceType = InheritanceType.SINGLE_TABLE )
Selects the mapping strategy for an entity inheritance hierarchy.
@Entity @Inheritance(strategy=InheritanceType.SINGLE_TABLE) public abstract class Payment: pass