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

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

@Entity
public class Rock
extends Music


Constructor Summary
Rock()
           
 
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

Rock

public Rock()


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