org.hibernate.test.annotations.cid
Class Parent

java.lang.Object
  extended by org.hibernate.test.annotations.cid.Parent

@Entity
public class Parent
extends Object

Entity with composite id


Field Summary
 ParentPk id
           
 
Constructor Summary
Parent()
           
 
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

id

public ParentPk id
Constructor Detail

Parent

public Parent()
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.