@Entity public class TablePerClassSuperclassTestEntity extends Object implements SuperclassEntity
TablePerClassSubclassTestEntity to test InheritanceType.TABLE_PER_CLASS.| Constructor and Description |
|---|
TablePerClassSuperclassTestEntity(long id,
String name)
Creates a new instance of
TablePerClassSuperclassTestEntity. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetName, getSuperPropertypublic TablePerClassSuperclassTestEntity(long id,
String name)
TablePerClassSuperclassTestEntity.id - the id of the entity, as identity generation is not supported for this type of inheritancename - the name of the new entityCopyright © 2016 fastnate.org. All rights reserved.