Hi I have a table with TEXT datatype. I am using hibernate to fetch/insert data.
My problem is like
- What datatype should I use in my entity class object for TEXT type?
- How to convert TEXT data to string and vice versa.
- Is there any alternative to TEXT datatype? I need to insert a large text(string) to this column.