I am using fetch plans and I can lazy fetch individual attributes with 
@Basic(fetch = FetchType.LAZY), but now I have an entity with an embeddable 
which must sometimes be lazy fetched.
Is it possible to lazy fetch an embeddable without having to annotate each of 
the embeddable's attributes with @Basic(fetch = FetchType.LAZY)?

Regards,
Henno Vermeulen

Reply via email to