Hi Yashwanth,
We didn’t experience any “Hibernate” exception. In our case, we just had an IndexOutOfBounds exception in our custom type class, since hibernate initialized our custom type without any columns.
Have you tried to add an empty constructor to your TwoStringValue class?
Cheers