Uses of Class
org.hibernate.test.cascade.circle.Route

Packages that use Route
org.hibernate.test.cascade.circle   
 

Uses of Route in org.hibernate.test.cascade.circle
 

Methods in org.hibernate.test.cascade.circle that return Route
 Route Vehicle.getRoute()
           
 Route Node.getRoute()
           
 

Methods in org.hibernate.test.cascade.circle with parameters of type Route
 void Vehicle.setRoute(Route route)
           
 void Node.setRoute(Route route)
           
 



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