org.hibernate.test.annotations.inheritance
Class Apple

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.Fruit
      extended by org.hibernate.test.annotations.inheritance.Apple

@Entity
public class Apple
extends Fruit


Constructor Summary
Apple()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.inheritance.Fruit
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Apple

public Apple()


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