HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings
- e.g. a datasource passed in the integration overrides map ought to effectively override JDBC-connection settings in `persistence.xml` (and vice-versa)
HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
We are not consistently using the ClassLoaderService and we sometimes
use the TCCL so better set it correctly.
(cherry picked from commit 2a8582be7f114565fa1fcf8b16a85b721d88d47c)
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)
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector
test failure
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector
Basically reverted HHH-12416 and added basic support for Ehcache 2 again
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)