@Entity public class JoinedSubclassTestEntity extends JoinedSuperclassTestEntity implements SubclassEntity
InheritanceType.JOINED is written correctly.| Constructor and Description |
|---|
JoinedSubclassTestEntity(String name,
String description,
String superProperty)
Creates a new instance of
JoinedSubclassTestEntity. |
toStringequals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDescriptiongetName, getSuperPropertypublic JoinedSubclassTestEntity(String name, String description, String superProperty)
JoinedSubclassTestEntity.name - saved in JoinedSuperclassTestEntitydescription - saved in this classsuperProperty - saved in MappedSuperclassTestEntity and written to the table of
JoinedSuperclassTestEntityCopyright © 2016 fastnate.org. All rights reserved.