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

@Entity public class Author extends Object
  • Constructor Details

    • Author

      public Author()
    • Author

      public Author(String name)
  • Method Details

    • getId

      public Integer getId()
    • getName

      public String getName()
    • getBooks

      public List<Book> getBooks()