[hibernate-dev] UserType backward incompatibility in 5.2
Vlad Mihalcea
mihalcea.vlad at gmail.com
Wed Jun 1 10:09:54 EDT 2016
Hi,
I think that HEM introduced a backward incompatibility for UserTypes
because the contract has changed for nullSafeGet and nullSafeSet.
Instead of a SessionImplementor, we now need to provide a
SharedSessionContractImplementor.
This is going to break all UserTypes classes that were implemented by our
users.
Is this issue known?
Vlad
More information about the hibernate-dev
mailing list