org.hibernate.test.annotations.onetomany
Class Child
java.lang.Object
   org.hibernate.test.annotations.onetomany.Child
org.hibernate.test.annotations.onetomany.Child
- All Implemented Interfaces: 
- Serializable
- @Entity
public class Child 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
| Constructor Summary | 
| Child()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
id
public Integer id
parent
public Parent parent
favoriteSuperhero
public String favoriteSuperhero
favoriteSinger
public String favoriteSinger
Child
public Child()
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.