| I've added a new type, org.hibernate.type.RowVersionType, that will automatically be used for byte[] versions/timestamps. RowVersionType implements VersionType. This fix includes deprecation of VersionType method implementations in org.hibernate.type.BinaryType, since BinaryType will no longer be used for byte[] versions/timestamps. VersionType implementation of BinaryType will be removed by
HHH-10902 Open . |