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 AuthorgetAuthor()byte[]getCoverImage()IntegergetId()StringgetIsbn()LocalDategetPublished()StringgetTitle()
-