Similar to HHH-7108
There is a property in SimpleValueBinder class to read the returned class and pass it to SerializableToBlobType.
That property can be read inside the type class by implementing DynamicParameterizedType interface.
After that there is no more fixed properties in SimpleValueBinder.setType method.
Similar to
HHH-7108There is a property in SimpleValueBinder class to read the returned class and pass it to SerializableToBlobType.
That property can be read inside the type class by implementing DynamicParameterizedType interface.
After that there is no more fixed properties in SimpleValueBinder.setType method.
I sent a pull request 368 to branch 4.1