org.hibernate.test.annotations.idmanytoone
Class StoreCustomer

java.lang.Object
  extended by org.hibernate.test.annotations.idmanytoone.StoreCustomer
All Implemented Interfaces:
Serializable

@Entity
public class StoreCustomer
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Customer customer
           
 Store store
           
 
Constructor Summary
StoreCustomer(Store store, Customer customer)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

public Store store

customer

public Customer customer
Constructor Detail

StoreCustomer

public StoreCustomer(Store store,
                     Customer customer)


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