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

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

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

Methods in org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited that return Person
 Person Car.getOwner()
           
 

Methods in org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited with parameters of type Person
 void Car.setOwner(Person owner)
           
 

Constructors in org.hibernate.envers.test.integration.entityNames.singleAssociatedNotAudited with parameters of type Person
Car(int number, Person owner)
           
 



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