org.hibernate.test.annotations.inheritance.joined
Class SwimmingPool

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Pool
      extended by org.hibernate.test.annotations.inheritance.joined.SwimmingPool

@Entity
public class SwimmingPool
extends Pool


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

Constructor Detail

SwimmingPool

public SwimmingPool()


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