org.hibernate.test.annotations.cascade
Class Child

java.lang.Object
  extended by org.hibernate.test.annotations.cascade.Child

@Entity
public class Child
extends Object


Field Summary
 Long id
           
 
Constructor Summary
Child()
           
Child(Parent p)
           
 
Method Summary
 Parent getParent()
           
 void setParent(Parent value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public Long id
Constructor Detail

Child

public Child()

Child

public Child(Parent p)
Method Detail

getParent

public Parent getParent()

setParent

public void setParent(Parent value)


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