Specify entity graph for save operation #157
-
I wonder is it by design that library doesn't provide In the code it could look like this:
Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
reda-alaoui
Jan 26, 2024
Replies: 1 comment 1 reply
-
Behind the scene, AFAIK, spring data jpa |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mr-nothing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behind the scene, AFAIK, spring data jpa
save
operation only invokesEntityManager#persist
orEntityManager#merge
. AFAIK, none of the latters acceptEntityGraph
attributes.