You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, this is a bug in the refresh() query. The fix for this issue is that a 'refresh' query should include all properties (rather than the current behavior which is not including @lob properties UNLESS those properties are explicitly marked with @basic(fetch=FetchType.EAGER).
The workaround is to add the @basic(fetch=FetchType.EAGER) ... to the @lob property with the side effect that it is now eagerly fetched by default.
rbygrave
changed the title
faq: EbeanServer.refresh() cannt load @Lob property, is it right?
EbeanServer.refresh() not loading/refreshing @Lob property unless it is annotated with @Basic(fetch=FetchType.EAGER)
Jul 25, 2014
the same as descript the title.
The text was updated successfully, but these errors were encountered: