Uses of Class
org.hibernate.test.manytomanyassociationclass.AbstractManyToManyAssociationClassTest

Packages that use AbstractManyToManyAssociationClassTest
org.hibernate.test.manytomanyassociationclass.compositeid   
org.hibernate.test.manytomanyassociationclass.surrogateid.assigned   
org.hibernate.test.manytomanyassociationclass.surrogateid.generated   
 

Uses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.compositeid
 

Subclasses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.compositeid
 class ManyToManyAssociationClassCompositeIdTest
          Tests on many-to-many association using an association class with a composite ID containing the IDs from the associated entities.
 

Uses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.surrogateid.assigned
 

Subclasses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.surrogateid.assigned
 class ManyToManyAssociationClassAssignedIdTest
          Tests on many-to-many association using an association class with a surrogate ID that is assigned.
 

Uses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.surrogateid.generated
 

Subclasses of AbstractManyToManyAssociationClassTest in org.hibernate.test.manytomanyassociationclass.surrogateid.generated
 class ManyToManyAssociationClassGeneratedIdTest
          Tests on many-to-many association using an association class with a surrogate ID that is generated.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.