org.hibernate.test.annotations.join
Class DogPk
java.lang.Object
org.hibernate.test.annotations.join.DogPk
- All Implemented Interfaces:
- Serializable
@Embeddable
public class DogPk
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
DogPk()
|
name
public String name
ownerName
public String ownerName
DogPk
public DogPk()
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.