org.hibernate.test.annotations.manytoone
Class Deal

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.Deal

@Entity
public class Deal
extends Object


Field Summary
 Customer from
           
 Integer id
           
 Customer to
           
 
Constructor Summary
Deal()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Integer id

from

public Customer from

to

public Customer to
Constructor Detail

Deal

public Deal()


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