hibernate-orm/hibernate-core
norbert_wirges f55c017f59 HHH-16907 moved if from inside private method to around
This improves performance of cascadeLogicalOneToOneOrphanRemoval
handling, because entity fields are only read by reflection if the field
is actually a 1:1 relation (before the change, this was done every time
for every field)
2023-07-20 09:15:33 -05:00
..
src HHH-16907 moved if from inside private method to around 2023-07-20 09:15:33 -05:00
hibernate-core.gradle Bytebuddy -> Byte Buddy 2023-07-12 21:45:26 +02:00