@Entity public class SingleTableSubclassTestEntity extends MappedSubclassTestEntity implements SubclassEntity
InheritanceType.SINGLE_TABLE
is written correctly.Constructor and Description |
---|
SingleTableSubclassTestEntity(String name,
String description,
String superProperty)
Creates a new instance of
SingleTableSubclassTestEntity . |
toString
equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription
getName, getSuperProperty
public SingleTableSubclassTestEntity(String name, String description, String superProperty)
SingleTableSubclassTestEntity
.name
- saved in MappedSubclassTestEntity
description
- saved in this classsuperProperty
- saved in MappedSuperclassTestEntity
Copyright © 2016 fastnate.org. All rights reserved.