org.hibernate.ejb.test.cascade
Class Song
java.lang.Object
org.hibernate.ejb.test.cascade.Song
@Entity
public class Song
- extends Object
Constructor Summary |
Song()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Song
public Song()
getAuthor
public Author getAuthor()
setAuthor
public void setAuthor(Author author)
getId
public Long getId()
setId
public void setId(Long id)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.