Monday, June 9, 2008

How to Convert String into CLOB and File object to BLOB Data Type

Here Hibernate is providing some Static methods to create this Data Types.
  1. Hibernate.createClob(String))
  2. Hibernate.createBlob(bytes))
In MSSQL Mapping of one TextArea In HTML to TEXT Data type in Data base table can be done through implementing one wrapper above the Entity bean.

No comments: