mcsous, if you specify
| @Basic(fetch=FetchType.LAZY)
| @Column(updatable=false)
| @Lob
| private byte[] content;
|
In postgres (al least 8.2) it will map to a Oid column, not a blob.
Cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085795#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...