I have a field URL countryURL;
in a Country
class. I want to store its data into a COUNTRY
table in a database through Hibernate.
Which Hibernate type
I should use in the hibernate mapping file
<property column="COUNTRY_URL" name="countryURL" type="..."/>
It is not excepting string
and text
type.