-
Notifications
You must be signed in to change notification settings - Fork 3.6k
HHH-19535 Interceptor and merge() #10316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c9444b9
to
fb6087e
Compare
* @since 7.1 | ||
*/ | ||
@Incubating | ||
default void preMerge(Object entity, Object[] state, String[] propertyNames, Type[] propertyTypes) {} |
Check notice
Code scanning / CodeQL
Useless parameter Note
* @since 7.1 | ||
*/ | ||
@Incubating | ||
default void preMerge(Object entity, Object[] state, String[] propertyNames, Type[] propertyTypes) {} |
Check notice
Code scanning / CodeQL
Useless parameter Note
*/ | ||
@Incubating | ||
default void postMerge( | ||
Object source, Object target, Object id, |
Check notice
Code scanning / CodeQL
Useless parameter Note
*/ | ||
@Incubating | ||
default void postMerge( | ||
Object source, Object target, Object id, |
Check notice
Code scanning / CodeQL
Useless parameter Note
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19535