org.hibernate.test.annotations.join
Class DogPk

java.lang.Object
  extended by org.hibernate.test.annotations.join.DogPk
All Implemented Interfaces:
Serializable

@Embeddable
public class DogPk
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String name
           
 String ownerName
           
 
Constructor Summary
DogPk()
           
 
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

name

public String name

ownerName

public String ownerName
Constructor Detail

DogPk

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