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 classManyManyMapTestThis class demonstrates a Many-to-Many relationship represented as a Map in the owning entity.classOneManyMapTestThis 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 classOneManyUnidirectionalTest -
Uses of DemoBase in ejava.examples.orm.rel
Subclasses of DemoBase in ejava.examples.orm.rel Modifier and Type Class Description classManyToManyTestThis test case provides a demo of a ManyToMany relationship.classManyToOneUnidirectionalTestThis test case provides a demonstration of a amny-to-one, uni-directional mapping.classOneToManyJoinTableTestThis test case provides a demo of a OneToMany relationship using a Join (or Link) table.classOneToManyMapTestThis 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.classOneToManyTestThis test case provides a demo of OneToMany and ManyToOne relationships.classOneToOneTestThis test case provides a demo of using a class that has been mapped to the database with only basic class annotations.classRelationshipOwnershipTestThis 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 classCompositeTest
-