Uses of Class
org.hibernate.envers.test.integration.entityNames.manyToManyAudited.Person

Packages that use Person
org.hibernate.envers.test.integration.entityNames.manyToManyAudited   
 

Uses of Person in org.hibernate.envers.test.integration.entityNames.manyToManyAudited
 

Methods in org.hibernate.envers.test.integration.entityNames.manyToManyAudited that return types with arguments of type Person
 List<Person> Car.getOwners()
           
 

Method parameters in org.hibernate.envers.test.integration.entityNames.manyToManyAudited with type arguments of type Person
 void Car.setOwners(List<Person> owners)
           
 

Constructor parameters in org.hibernate.envers.test.integration.entityNames.manyToManyAudited with type arguments of type Person
Car(int number, List<Person> owners)
           
 



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