Interface SubclassEntity

All Superinterfaces:
SuperclassEntity
All Known Implementing Classes:
JoinedSubclassTestEntity, SecondSingleTableSubclassTestEntity, SingleTableSubclassTestEntity, TablePerClassSubclassTestEntity

public interface SubclassEntity extends SuperclassEntity
The properties for all superclass test entities to have one similar test in InheritanceTest.
Author:
Tobias Liefke
  • Method Summary

    Modifier and Type
    Method
    Description
    The description of the entity, defined in the sub class in the entity hierarchy.

    Methods inherited from interface org.fastnate.generator.test.inheritance.SuperclassEntity

    getName, getSuperProperty
  • Method Details

    • getDescription

      String getDescription()
      The description of the entity, defined in the sub class in the entity hierarchy.
      Returns:
      the description