class |
JoinedTest |
This class provides a demonstration of a class hierachy that uses a
class for each class in the inheritance hierarchy.
|
class |
MixedTest |
This class provides an example of using an inheritance hierachy that
attempts to mix strategies.
|
class |
NonEntityBaseTest |
This class provides a demonstration of a class hierachy that inherits
from a non-entity class.
|
class |
SingleTablePerHierarchyTest |
This class provides a demonstration of using a single table for the
entire class hierarchy.
|
class |
TablePerConcreteClassTest |
This class provides a demonstration of a class hierachy that uses separate
tables per concrete class mapping strategy.
|