org.hibernate.test.annotations.inheritance.singletable
Class Funk
java.lang.Object
org.hibernate.test.annotations.inheritance.singletable.Music
org.hibernate.test.annotations.inheritance.singletable.Funk
@Entity
public class Funk
- extends Music
|
Constructor Summary |
Funk()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Funk
public Funk()
getStarred
public int getStarred()
setStarred
public void setStarred(int starred)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.