org.hibernate.test.annotations.cid
Class ChildPk

java.lang.Object
  extended by org.hibernate.test.annotations.cid.ChildPk
All Implemented Interfaces:
Serializable

@Embeddable
public class ChildPk
extends Object
implements Serializable

Child Pk with many to one inside

See Also:
Serialized Form

Field Summary
 int nthChild
           
 Parent parent
           
 
Constructor Summary
ChildPk()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nthChild

public int nthChild

parent

public Parent parent
Constructor Detail

ChildPk

public ChildPk()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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