mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-14 15:14:56 +00:00
(cherry picked from commit 1f3048e572382a76f81a4d5f3c31f1fd4b26d696) HHH-10422 - Fix Error saving entity with identity id on Oracle 12c (from HHH-9983) (cherry picked from commit 33458ab6f84c997533422f5bac549ed94631e14d) Conflicts: hibernate-core/src/main/java/org/hibernate/dialect/Oracle12cDialect.java hibernate-core/src/main/java/org/hibernate/dialect/identity/Oracle12cIdentityColumnSupport.java HHH-10422 : Backport HHH-9983 to fix identity IDs using Oracle12cDialect in 5.0 HHH-10422 : Custom identity support test HHH-10422 : Custom identity support test