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

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.singletable.Music
      extended by org.hibernate.test.annotations.inheritance.singletable.Noise

@Entity
public class Noise
extends Music


Constructor Summary
Noise()
           
 
Method Summary
 
Methods inherited from class org.hibernate.test.annotations.inheritance.singletable.Music
getAvgBeat, getId, getType, setAvgBeat, setId, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Noise

public Noise()


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