org.hibernate.test.annotations.idmanytoone
Class StoreCustomerPK

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

public class StoreCustomerPK
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 Customer customer
           
 Store store
           
 
Constructor Summary
StoreCustomerPK(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

StoreCustomerPK

public StoreCustomerPK(Store store,
                       Customer customer)


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