Class Book
- java.lang.Object
-
- org.hibernate.reactive.it.reference.Book
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Author>getAuthors()IntegergetId()StringgetTitle()IntegergetVersion()inthashCode()voidsetAuthors(List<Author> authors)voidsetId(Integer id)voidsetTitle(String title)voidsetVersion(Integer version)
-
-
-
Constructor Detail
-
Book
public Book()
-
Book
public Book(String title)
-
-