Google News
logo
EJB - Interview Questions
Which types of java classes can be mapped using @Lob annotation?
Following java types can be mapped using @Lob annotation :

* java.sql.Blob
* java.sql.Clob
* byte[]
* String
* Serializable Object
Advertisement