Package | Description |
---|---|
org.fastnate.generator.test.inheritance |
Modifier and Type | Interface and Description |
---|---|
interface |
SubclassEntity
The properties for all superclass test entities to have one similar test in
InheritanceTest . |
Modifier and Type | Class and Description |
---|---|
class |
JoinedSubclassTestEntity
Test class that ensures that an entity hierarchy with
InheritanceType.JOINED is written correctly. |
class |
JoinedSuperclassTestEntity
The superclass of
JoinedSubclassTestEntity to test InheritanceType.JOINED . |
class |
MappedSubclassTestEntity
Entity that is the subclass of a mapped super class.
|
class |
SingleTableSubclassTestEntity
Test class that ensures that an entity hierarchy with
InheritanceType.SINGLE_TABLE is written correctly. |
class |
TablePerClassSubclassTestEntity
Test class that ensures that an entity hierarchy with
InheritanceType.SINGLE_TABLE is written correctly. |
class |
TablePerClassSuperclassTestEntity
The superclass of
TablePerClassSubclassTestEntity to test InheritanceType.TABLE_PER_CLASS . |
Copyright © 2016 fastnate.org. All rights reserved.