I have an User entity in my applications set of models that is defined as follows:
public class User extends Model { private String name; private b
Yes, you should use EAGER annotation, but be careful because, as JB Nizet says, those elements will be always eagerly loaded.