Uses of Class
org.hibernate.reactive.it.quarkus.qe.database.Author
-
Packages that use Author Package Description org.hibernate.reactive.it.quarkus.qe.database -
-
Uses of Author in org.hibernate.reactive.it.quarkus.qe.database
Methods in org.hibernate.reactive.it.quarkus.qe.database that return Author Modifier and Type Method Description @NotNull Author
Book. getAuthor()
Methods in org.hibernate.reactive.it.quarkus.qe.database with parameters of type Author Modifier and Type Method Description void
Book. setAuthor(@NotNull Author author)
-