@Entity public class Author extends Object
Author()
Author(String name)
List<Book>
getBooks()
Integer
getId()
String
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Author()
public Author(String name)
public Integer getId()
public String getName()
public List<Book> getBooks()