org.hibernate.test.annotations.onetomany
Class Parent
java.lang.Object
   org.hibernate.test.annotations.onetomany.Parent
org.hibernate.test.annotations.onetomany.Parent
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Parent 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
 
 
id
public ParentPk id
age
public int age
children
public Set<Child> children
Parent
public Parent()
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
addChild
public void addChild(Child child)
- 
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.