@Entity public class JoinedSuperclassTestEntity extends MappedSuperclassTestEntity implements SuperclassEntity
JoinedSubclassTestEntity to test InheritanceType.JOINED.| Constructor and Description |
|---|
JoinedSuperclassTestEntity(String name,
String superProperty)
Creates a new instance of
JoinedSuperclassTestEntity. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getSuperPropertypublic JoinedSuperclassTestEntity(String name, String superProperty)
JoinedSuperclassTestEntity.name - the name of the new entitysuperProperty - the property for the mapped superclass that is saved in our tablepublic String toString()
toString in class MappedSuperclassTestEntityCopyright © 2016 fastnate.org. All rights reserved.