Uses of Class
ejava.examples.orm.inheritance.annotated.Shape
-
Packages that use Shape Package Description ejava.examples.orm.inheritance.annotated -
-
Uses of Shape in ejava.examples.orm.inheritance.annotated
Subclasses of Shape in ejava.examples.orm.inheritance.annotated Modifier and Type Class Description 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.
-