org.hibernate.test.annotations.onetomany
Class Child

java.lang.Object
  extended by org.hibernate.test.annotations.onetomany.Child
All Implemented Interfaces:
Serializable

@Entity
public class Child
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String favoriteSinger
           
 String favoriteSuperhero
           
 Integer id
           
 Parent parent
           
 
Constructor Summary
Child()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Integer id

parent

public Parent parent

favoriteSuperhero

public String favoriteSuperhero

favoriteSinger

public String favoriteSinger
Constructor Detail

Child

public Child()


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.