Class Book
- java.lang.Object
-
- org.hibernate.reactive.example.nativesql.Book
-
@Entity public class Book extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Author
getAuthor()
Integer
getId()
String
getIsbn()
LocalDate
getPublished()
String
getTitle()
-