org.hibernate.test.annotations.inheritance.singletable
Class House

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.singletable.Building
      extended by org.hibernate.test.annotations.inheritance.singletable.House

@Entity
public class House
extends Building


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

Constructor Detail

House

public House()


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