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