mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
It's better to avoid pushing UNFETCHED_PROPERTY to the types as it requires all the types to take it into account. TypeHelper looks like the only sensible caller that needs change. (cherry picked from commit 1af878166fe0883ceb3d9130afa2790850492624) HHH-12555 Add tests (cherry picked from commit 4e05953240264d32fe67f6e0f1810d8168c2725f) HHH-12555 : Update test to check results (cherry picked from commit ca6dc226eb53a0f40978847d2d251b64c5e49f41) HHH-12555 : Remove code in LobMergeStrategy implementations that copied original Lob when target is null (cherry picked from commit 4d0b5dc184f7b48a493da31edfe4acea30c8e975) HHH-12555 Add a DialectCheck for NClob support (cherry picked from commit 855f34c77181fd9ff103a8d2bf9c9bfb37360f2c) HHH-12555 Disable NClob test for dialects not supporting NClob (cherry picked from commit 98249af058a1f6408fcfca5a61d675af192458a1)