My 1st entity from db user_db and table user_table
public class User { private int userId; private String surname; private String name;