org.hibernate.test.annotations.cascade
Class Mouth

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

@Entity
public class Mouth
extends Object


Field Summary
 Integer id
           
 int size
           
 Collection<Tooth> teeth
           
 
Constructor Summary
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

size

public int size

teeth

public Collection<Tooth> teeth
Constructor Detail

Mouth

public Mouth()


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