Package | Description |
---|---|
ejava.examples.orm.inheritance.annotated |
Modifier and Type | Class and Description |
---|---|
class |
Album
This class provides an example of inheriting from a non-entity base class.
|
class |
Circle
This class provides an example of an entity sub-class that is part of a
mixed strategy of inheritance.
|
class |
Cube
This class provides an attempt to re-define the JOIN InheritanceType of the
parent class to a TABLE_PER_CLASS type.
|
class |
Rectangle
This class provides an example of an entity sub-class that is part of a
mixed strategy of inheritance.
|
class |
Shape
This class provides an example of mixing two inheritance stratgies;
non-entity inheritance and join.
|
class |
ToothPaste
This class provides an example entity class that derives from a non-entity
class and accepts all mapping defaults.
|
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.