Class UnitOfWorkQueryValueHolder

    • Method Detail

      • updateForeignReferenceRemove

        public void updateForeignReferenceRemove​(Object value)
        INTERNAL: Here we now must check for bi-directional relationship. If the mapping has a relationship partner then we must maintain the original relationship. We only worry about ObjectReferenceMappings as the collections mappings will be handled by transparentIndirection
      • updateForeignReferenceSet

        public void updateForeignReferenceSet​(Object value,
                                              Object oldValue)
        INTERNAL: Here we now must check for bi-directional relationship. If the mapping has a relationship partner then we must maintain the original relationship. We only worry about ObjectReferenceMappings as the collections mappings will be handled by transparentIndirection