AllTest |
This class provides an example of grouping a set of classes within a
suite so they can be more easily managed as a suite.
|
DemoBase |
This class provides an example of how common text fixtures can be
reused at both the class and object level.
|
ManyToManyTest |
This test case provides a demo of a ManyToMany relationship.
|
ManyToOneUnidirectionalTest |
This test case provides a demonstration of a amny-to-one, uni-directional
mapping.
|
OneToManyJoinTableTest |
This test case provides a demo of a OneToMany relationship using a Join
(or Link) table.
|
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.
|
OneToManyTest |
This test case provides a demo of OneToMany and ManyToOne relationships.
|
OneToOneTest |
This test case provides a demo of using a class that has been mapped
to the database with only basic class annotations.
|
RelationshipOwnershipTest |
This test case provides a demo of a ManyToMany relationship.
|