Uses of Class
org.hibernate.reactive.it.reference.Author
-
Packages that use Author Package Description org.hibernate.reactive.it.reference -
-
Uses of Author in org.hibernate.reactive.it.reference
Methods in org.hibernate.reactive.it.reference that return types with arguments of type Author Modifier and Type Method Description List<Author>
Book. getAuthors()
Method parameters in org.hibernate.reactive.it.reference with type arguments of type Author Modifier and Type Method Description void
Book. setAuthors(List<Author> authors)
-