org.hibernate.test.annotations.manytoone
Class Customer

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.Customer
All Implemented Interfaces:
Serializable

@Entity(name="DealedCustomer")
public class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Integer id
           
 String userId
           
 
Constructor Summary
Customer()
           
 
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

userId

public String userId
Constructor Detail

Customer

public Customer()


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