org.hibernate.ejb.test.cascade
Class DetachAndContainsTest.Mouth

java.lang.Object
  extended by org.hibernate.ejb.test.cascade.DetachAndContainsTest.Mouth
Enclosing class:
DetachAndContainsTest

@Entity
public static class DetachAndContainsTest.Mouth
extends Object


Field Summary
 Integer id
           
 Collection<DetachAndContainsTest.Tooth> teeth
           
 
Constructor Summary
DetachAndContainsTest.Mouth()
           
 
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

teeth

public Collection<DetachAndContainsTest.Tooth> teeth
Constructor Detail

DetachAndContainsTest.Mouth

public DetachAndContainsTest.Mouth()


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