org.hibernate.test.annotations.onetomany
Class ParentPk

java.lang.Object
  extended by org.hibernate.test.annotations.onetomany.ParentPk
All Implemented Interfaces:
Serializable

@Embeddable
public class ParentPk
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ParentPk()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentPk

public ParentPk()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


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