Uses of Class
org.hibernate.test.idprops.LineItemPK

Packages that use LineItemPK
org.hibernate.test.idprops   
 

Uses of LineItemPK in org.hibernate.test.idprops
 

Methods in org.hibernate.test.idprops that return LineItemPK
 LineItemPK LineItem.getPk()
           
 

Methods in org.hibernate.test.idprops with parameters of type LineItemPK
 void LineItem.setPk(LineItemPK pk)
           
 

Constructors in org.hibernate.test.idprops with parameters of type LineItemPK
LineItem(LineItemPK pk, int quantity)
           
 



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