Uses of Class
org.hibernate.reactive.it.quarkus.qe.database.Book
-
Packages that use Book Package Description org.hibernate.reactive.it.quarkus.qe.database -
-
Uses of Book in org.hibernate.reactive.it.quarkus.qe.database
Methods in org.hibernate.reactive.it.quarkus.qe.database that return types with arguments of type Book Modifier and Type Method Description List<Book>
Author. getBooks()
Method parameters in org.hibernate.reactive.it.quarkus.qe.database with type arguments of type Book Modifier and Type Method Description void
Author. setBooks(List<Book> books)
-