@Name sets the front end reference point to the entity bean
@Name("userList") public class UserList extends EntityQuery {
public User getUser(){ return user; }
Front end the references it via #{userList.user}