In previous versions of Hibernate, it had the static api Hibernate.createClob (String), which allowed you to create a Clob object from String.
Now that this is deprecated, what is the proper way to store String as Clob in Hibernate?
It's hard for me to understand what a Persistence (POJO) object will look like.
Thanks.
source share