Uses of Class
ejava.examples.orm.rel.DemoBase
-
Packages that use DemoBase Package Description ejava.examples.orm.map ejava.examples.orm.onetomany ejava.examples.orm.rel ejava.examples.orm.rel.composite -
-
Uses of DemoBase in ejava.examples.orm.map
Subclasses of DemoBase in ejava.examples.orm.map Modifier and Type Class Description class
ManyManyMapTest
This class demonstrates a Many-to-Many relationship represented as a Map in the owning entity.class
OneManyMapTest
This class demonstrates a One-to-Many relationship represented as a map in the parent. -
Uses of DemoBase in ejava.examples.orm.onetomany
Subclasses of DemoBase in ejava.examples.orm.onetomany Modifier and Type Class Description class
OneManyUnidirectionalTest
-
Uses of DemoBase in ejava.examples.orm.rel
Subclasses of DemoBase in ejava.examples.orm.rel Modifier and Type Class Description class
ManyToManyTest
This test case provides a demo of a ManyToMany relationship.class
ManyToOneUnidirectionalTest
This test case provides a demonstration of a amny-to-one, uni-directional mapping.class
OneToManyJoinTableTest
This test case provides a demo of a OneToMany relationship using a Join (or Link) table.class
OneToManyMapTest
This test case provides a demo of a OneToMany relationship using a Map In this relationship, a field from the related object is used to populate the key of a Map entry.class
OneToManyTest
This test case provides a demo of OneToMany and ManyToOne relationships.class
OneToOneTest
This test case provides a demo of using a class that has been mapped to the database with only basic class annotations.class
RelationshipOwnershipTest
This test case provides a demo of a ManyToMany relationship. -
Uses of DemoBase in ejava.examples.orm.rel.composite
Subclasses of DemoBase in ejava.examples.orm.rel.composite Modifier and Type Class Description class
CompositeTest
-