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

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

@Entity
public static class DetachAndContainsTest.Tooth
extends Object


Field Summary
 Integer id
           
 DetachAndContainsTest.Mouth mouth
           
 String type
           
 
Constructor Summary
DetachAndContainsTest.Tooth()
           
 
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

type

public String type

mouth

public DetachAndContainsTest.Mouth mouth
Constructor Detail

DetachAndContainsTest.Tooth

public DetachAndContainsTest.Tooth()


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