Entity EJB 2.1 and finbyprimarykey
hello i am using one entity bean for find by primary key oe database register.
one field from this row isone oracle clob field.
if i access to tis row using one normal resultset i load the data into one byte[] well but if i try to load this row i cannot put it into the byte[] propertie od one bean well
using the entty bean cani load the colob data?
thanks

