@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 . |
toString
equals, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDescription
getName, getSuperProperty
public JoinedSubclassTestEntity(String name, String description, String superProperty)
JoinedSubclassTestEntity
.name
- saved in JoinedSuperclassTestEntity
description
- saved in this classsuperProperty
- saved in MappedSuperclassTestEntity
and written to the table of
JoinedSuperclassTestEntity
Copyright © 2016 fastnate.org. All rights reserved.