@ApplicationScoped public class BookService extends Object
| Constructor and Description |
|---|
BookService() |
| Modifier and Type | Method and Description |
|---|---|
Book |
create(String title,
String author) |
void |
delete(int id) |
List<Book> |
getAll() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.