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