Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8241321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:47:52+00:00 2026-06-07T20:47:52+00:00

I just have a small query on whether flush involves automatically persisting all previous

  • 0

I just have a small query on whether flush involves automatically persisting all previous entity relationships. Here is what I mean:

shFood.setCuisines(cuisineSelection);
entityManager.flush(); 

Why does the entityManager automatically persist my shFood entity as well as the cuisine (shFood has a cascade persist with cuisineSelection) entities even without me specifying persist for my shFood?

Would appreciate some clarification!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T20:47:53+00:00Added an answer on June 7, 2026 at 8:47 pm

    In this case your shFood is not the new entity instance – instead it is already managed entity. There is no need to call persist for already managed entities to make them managed. This entity stays managed until entity managed is closed or entity is detached from persistence context, for example via detach or clear.

    What is happenening in you case:

    1. Somewhere before the code that you showed you obtain reference to managed entity instance shFood. This instance will stay managed until it is detached.
    2. shFood.setCuisines(cuisineSelection) makes change in persistence context
    3. entityManager.flush() forces entity manager to flush changes made to entities in persistence context to the database. All changes made to managed entities are flushed.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a small query.I just started out with the SWT programming and learnt
I have a small problem with an SQL query. Maybe I just couldn't wake
I have a small I have just written which uses the following uri template.
I am designing a Point-Of-Sale system for a small shop. The shop just have
I have just written a small piece of code and it struck me that
I have a small php file which just creates the tables in a database.
I have MANY small Test Projects where I put together just enough code to
I have just become the only IT manager of a small business. We have
I have just started programming and have made a few small applications in C
I just started using Eclipse but already I have a small problem. At first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.