Gustavo Vinícius commented on an issue
Hibernate ORM / Bug HHH-7504
Problem with conversion/mapping of char/varchar types.
I'm working on an Database Synchronization tool and my problem is, when i have a char/varchar column type and it's field is empty on a select statement the method CharacterTypeDescriptor.wrap(X value, WrapperOptions options) throws a StringIndexOutOfBoundsException. By the way, looking at the implementation of method:
"...
if ( String.class.isInstance( va...