Uses of Interface
org.fastnate.generator.test.inheritance.SuperclassEntity
Packages that use SuperclassEntity
-
Uses of SuperclassEntity in org.fastnate.generator.test.inheritance
Subinterfaces of SuperclassEntity in org.fastnate.generator.test.inheritanceModifier and TypeInterfaceDescriptioninterfaceThe properties for all superclass test entities to have one similar test inInheritanceTest.Classes in org.fastnate.generator.test.inheritance that implement SuperclassEntityModifier and TypeClassDescriptionclassTest class that ensures that an entity hierarchy withInheritanceType.JOINEDis written correctly.classThe superclass ofJoinedSubclassTestEntityto testInheritanceType.JOINED.classEntity that is the subclass of a mapped super class.classTest class that ensures that an entity hierarchy withInheritanceType.SINGLE_TABLEis written correctly.classTest class that ensures that an entity hierarchy withInheritanceType.SINGLE_TABLEis written correctly.classTest class that ensures that an entity hierarchy withInheritanceType.SINGLE_TABLEis written correctly.classThe superclass ofTablePerClassSubclassTestEntityto testInheritanceType.TABLE_PER_CLASS.