All Classes
-
Class Summary Class Description 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.CompositeTest DemoBase This class provides an example of how common text fixtures can be reused at both the class and object level.ManyManyMapTest This class demonstrates a Many-to-Many relationship represented as a Map in the owning entity.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.OneManyMapTest This class demonstrates a One-to-Many relationship represented as a map in the parent.OneManyUnidirectionalTest 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.