Interface SuperclassEntity
- All Known Subinterfaces:
SubclassEntity
- All Known Implementing Classes:
JoinedSubclassTestEntity,JoinedSuperclassTestEntity,MappedSubclassTestEntity,SecondSingleTableSubclassTestEntity,SingleTableSubclassTestEntity,TablePerClassSubclassTestEntity,TablePerClassSuperclassTestEntity
public interface SuperclassEntity
The properties for all superclass test entities to have one similar test in
InheritanceTest.- Author:
- Tobias Liefke
-
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the entity, defined in the root class of the entity hierarchy.The property that was defined inMappedSuperclassTestEntity.
-
Method Details
-
getName
String getName()The name of the entity, defined in the root class of the entity hierarchy.- Returns:
- the name
-
getSuperProperty
String getSuperProperty()The property that was defined inMappedSuperclassTestEntity.- Returns:
- the super property
-