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

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

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

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

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

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



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