@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, hashCode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getName, getSuperProperty
public 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 MappedSuperclassTestEntity
Copyright © 2016 fastnate.org. All rights reserved.