org.hibernate.test.annotations.cid
Class OrderLine

java.lang.Object
  extended by org.hibernate.test.annotations.cid.OrderLine

@Entity
public class OrderLine
extends Object


Field Summary
 Order order
           
 Product product
           
 
Constructor Summary
OrderLine()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

public Order order

product

public Product product
Constructor Detail

OrderLine

public OrderLine()


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