Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JPA BLOB Size

404845Aug 28 2006 — edited Sep 4 2006
I am having trouble increasing the default BLOB size. Here are my field's annotations:

@Column(length=512000)
@Basic(fetch = FetchType.LAZY)
private byte[] assetFile;

The lenght seem to be ignored when generating the database schema.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2006
Added on Aug 28 2006
4 comments
1,593 views