@Entity public class Author extends Object
Constructor and Description |
---|
Author() |
Modifier and Type | Method and Description |
---|---|
void |
addBook(Book book) |
Set<Book> |
getBooks() |
long |
getId() |
String |
getName() |
int |
getVersion() |
void |
setName(String name) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.