java.lang.Object
org.hibernate.reactive.example.session.Book

@Entity public class Book extends Object
  • Field Details

    • coverImage

      public byte[] coverImage
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
    • getIsbn

      public String getIsbn()
    • getTitle

      public String getTitle()
    • getAuthor

      public Author getAuthor()
    • getPublished

      public LocalDate getPublished()
    • getCoverImage

      public byte[] getCoverImage()