Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.hibernate.test.ejb3.Item

Uses of Item in org.hibernate.test.ejb3
 

Fields in org.hibernate.test.ejb3 declared as Item
private  Item Part.item
           
 

Methods in org.hibernate.test.ejb3 that return Item
 Item Part.getItem()
           
 

Methods in org.hibernate.test.ejb3 with parameters of type Item
private  void Part.setItem(Item item)
           
 

Constructors in org.hibernate.test.ejb3 with parameters of type Item
Part(Item item, java.lang.String name, java.lang.String stockNumber, java.math.BigDecimal unitPrice)