Best Practice for blobs
Lon Varscsak <[email protected]>
| Newsgroups | gmane.comp.java.cayenne.user |
|---|---|
| Message-ID | <CALAw18zTFC5WR_4nQZJAoSqrwQ_nF7Mr9b46B3yT-HtNeypDAw@mail.gmail.com> |
Hey all, I have a blob column in an entity, but I don't want to always actually load the blob, just on demand (but I still want to be able to see the other attributes in the entity). Any best practice here to have the blob be lazy? Thanks, Lon