JPA - insert and retrieve clob and blob types
- by pachunoori.vinay.kumar(at)oracle.com
This article describes about the JPA feature for handling clob and blob data types.You will learn the following in this article.
@Lob annotation
Client code to insert and retrieve the clob/blob types
End to End ADFaces application to retrieve the image from database table and display it in web page.
Use Case Description
Persisting and reading…