1.

Which types of java classes can be mapped using Lob annotation?

Answer»

Following java types can be mapped using Lob annotation:

  • java.sql.Blob

  • java.sql.Clob

  • byte[]

  • String

  • Serializable Object



Discussion

No Comment Found