org.hibernate.test.annotations.cascade
Class Tooth
java.lang.Object
org.hibernate.test.annotations.cascade.Tooth
@Entity
public class Tooth
- extends Object
Constructor Summary |
Tooth()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public Integer id
type
public String type
leftNeighbour
public Tooth leftNeighbour
rightNeighbour
public Tooth rightNeighbour
mouth
public Mouth mouth
Tooth
public Tooth()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.