Skip to content

Refactor SQLExtractor to support update and delete statements#845

Open
drahkrub wants to merge 1 commit intovladmihalcea:masterfrom
drahkrub:optimize_SQLExtractor
Open

Refactor SQLExtractor to support update and delete statements#845
drahkrub wants to merge 1 commit intovladmihalcea:masterfrom
drahkrub:optimize_SQLExtractor

Conversation

@drahkrub
Copy link
Copy Markdown

  • Refactored SQLExtractor such that it also works for update and delete statements.
  • Moreover by using Hibernate's public SQM translation pipeline ReflectionUtils is not needed anymore.
  • Four more tests added to SQLExtractorTest.java for update and delete statements (with parameters).
  • done in all modules hypersistence-utils-hibernate-xy

Note: The work was carried out mainly using Claude Opus 4.6 - however, I've checked all changes and revised some of them.

statements. Moreover by using Hibernate's public SQM translation
pipeline ReflectionUtils is not needed anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant