Uses of Class
org.hibernate.test.annotations.onetomany.OrderItem

Packages that use OrderItem
org.hibernate.test.annotations.onetomany   
 

Uses of OrderItem in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany that return types with arguments of type OrderItem
 List<OrderItem> Order.getItemList()
           
 

Method parameters in org.hibernate.test.annotations.onetomany with type arguments of type OrderItem
 void Order.setItemList(List<OrderItem> itemList)
           
 



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