Uses of Class
org.hibernate.reactive.example.session.Author
-
Packages that use Author Package Description org.hibernate.reactive.example.session -
-
Uses of Author in org.hibernate.reactive.example.session
Methods in org.hibernate.reactive.example.session that return Author Modifier and Type Method Description Author
Book. getAuthor()
Constructors in org.hibernate.reactive.example.session with parameters of type Author Constructor Description Book(String isbn, String title, Author author, LocalDate published)
-