Uses of Class
org.hibernate.test.annotations.manytoone.OrderLine

Packages that use OrderLine
org.hibernate.test.annotations.manytoone   
 

Uses of OrderLine in org.hibernate.test.annotations.manytoone
 

Methods in org.hibernate.test.annotations.manytoone that return types with arguments of type OrderLine
 Set<OrderLine> Order.getOrderLines()
           
 

Method parameters in org.hibernate.test.annotations.manytoone with type arguments of type OrderLine
 void Order.setOrderLines(Set<OrderLine> orderLines)
           
 



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