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