Uses of Class
org.hibernate.test.annotations.various.Conductor

Packages that use Conductor
org.hibernate.test.annotations.various   
 

Uses of Conductor in org.hibernate.test.annotations.various
 

Methods in org.hibernate.test.annotations.various that return Conductor
 Conductor Vehicule.getCurrentConductor()
           
 Conductor Vehicule.getPreviousConductor()
           
 

Methods in org.hibernate.test.annotations.various with parameters of type Conductor
 void Vehicule.setCurrentConductor(Conductor currentConductor)
           
 void Vehicule.setPreviousConductor(Conductor previousConductor)
           
 



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