i am getting this error while trying to save data into model in db.
@Entity public class User extends Model { @Required public String name; @Email
I think with ebean you have to physically name and annotate your id. You may also have to tell it the name of the backing sequencer as well (I dont remember). This shows how to do it.