This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch 8.0.x-hibernate7-dev
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 407fdc8cca hibernate 7: Refactoring CollectionBinder
new a1f0712bfb hibernate 7: Refactoring ForeignKeyOneToOneBinder
new 2d7d043998 hibernate 7: remove unnecessary collection arguments
new bb3c44fcc7 hibernate 7 refactoring EnumTypeBinder
new 5b369575e4 hibernate 7 temp
new e7fb13f577 hibernate 7 temp
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
grails-data-hibernate7/HIBERNATE7-BINDING.md | 43 ++---
grails-data-hibernate7/README.md | 22 ---
.../binder/ClassPropertiesBinder.java | 1 -
.../cfg/domainbinding/binder/CollectionBinder.java | 16 +-
.../binder/CollectionForPropertyConfigBinder.java | 4 +-
.../cfg/domainbinding/binder/EnumTypeBinder.java | 12 +-
.../binder/ForeignKeyOneToOneBinder.java | 4 +-
.../domainbinding/binder/GrailsPropertyBinder.java | 9 +-
.../hibernate/HibernatePersistentProperty.java | 9 +-
.../secondpass/BasicCollectionElementBinder.java | 5 +-
.../secondpass/BidirectionalMapElementBinder.java | 5 +-
.../secondpass/CollectionKeyBinder.java | 3 +-
.../secondpass/CollectionKeyColumnUpdater.java | 4 +-
.../CollectionMultiTenantFilterBinder.java | 3 +-
.../secondpass/CollectionOrderByBinder.java | 3 +-
.../secondpass/CollectionSecondPassBinder.java | 29 +--
.../secondpass/CollectionWithJoinTableBinder.java | 10 +-
.../domainbinding/secondpass/ListSecondPass.java | 2 +-
.../secondpass/ListSecondPassBinder.java | 6 +-
.../secondpass/ManyToManyElementBinder.java | 5 +-
.../domainbinding/secondpass/MapSecondPass.java | 3 +-
.../secondpass/MapSecondPassBinder.java | 6 +-
.../domainbinding/secondpass/SetSecondPass.java | 2 +-
.../secondpass/UnidirectionalOneToManyBinder.java | 5 +-
...UnidirectionalOneToManyInverseValuesBinder.java | 3 +-
.../cfg/domainbinding/CollectionBinderSpec.groovy | 2 +-
.../CollectionForPropertyConfigBinderSpec.groovy | 3 +-
.../cfg/domainbinding/EnumTypeBinderSpec.groovy | 213 ++++++---------------
.../ForeignKeyOneToOneBinderSpec.groovy | 5 +-
.../BasicCollectionElementBinderSpec.groovy | 23 ++-
.../BidirectionalMapElementBinderSpec.groovy | 4 +-
.../secondpass/CollectionKeyBinderSpec.groovy | 16 +-
.../CollectionMultiTenantFilterBinderSpec.groovy | 16 +-
.../secondpass/CollectionOrderByBinderSpec.groovy | 20 +-
.../CollectionWithJoinTableBinderSpec.groovy | 16 +-
.../secondpass/ListSecondPassBinderSpec.groovy | 11 +-
.../secondpass/ManyToManyElementBinderSpec.groovy | 8 +-
.../secondpass/MapSecondPassBinderSpec.groovy | 8 +-
.../UnidirectionalOneToManyBinderSpec.groovy | 27 +--
...ectionalOneToManyInverseValuesBinderSpec.groovy | 8 +-
40 files changed, 275 insertions(+), 319 deletions(-)