org.hibernate.test.annotations.cascade
Class Tooth

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

@Entity
public class Tooth
extends Object


Field Summary
 Integer id
           
 Tooth leftNeighbour
           
 Mouth mouth
           
 Tooth rightNeighbour
           
 String type
           
 
Constructor Summary
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

leftNeighbour

public Tooth leftNeighbour

rightNeighbour

public Tooth rightNeighbour

mouth

public Mouth mouth
Constructor Detail

Tooth

public Tooth()


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