Bug 161 : Honor the Lazy loading annotations for non-partial object queries - especially for @Lobs.
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.2.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
30/09/2009
Updated 
30/09/2009
Type 
Bug
 
Attachments 
No attachments

I think this is really a bug (oversight). That is, if you don't explicitly specify your properties via partial object query or use Autofetch then Ebean should be smart and honor the Lazy Eager loading annotations.

Right now, Ebean doesn't do that ... so I'll go and log that as a bug.

 
Rob 28 Oct 12:26
Fixed

Fixed this code. Just need to tidy up prior to commit.

Rob 29 Oct 08:08
Fixed in HEAD

This also includes a change to by default Lazy load @Lob properties (which I believe brings the behaviour in line with the major JPA vendors).

Fixed in HEAD.

woResponse

Upload a file