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 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 in MappedSuperclassTestEntity.
      Returns:
      the super property