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

@Entity public class Book extends Object
  • Constructor Details

  • Method Details

    • getId

      public Integer getId()
    • getIsbn

      public String getIsbn()
    • getTitle

      public String getTitle()
    • getAuthor

      public Author getAuthor()
    • getPublished

      public LocalDate getPublished()