I have a model class sin my application that looks like this:
@Entity() public class Book extends PanacheEntity { public String title; } <