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

  • SEARCH
  • Home
  • 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 7429889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:03:08+00:00 2026-05-29T09:03:08+00:00

em.getTransaction().begin(); StringData sd = em.find(StringData.class, key); System.out.println(Old value: + sd.getData()); sd.setData(newValue); // em.persist(sd); em.getTransaction().commit();

  • 0
em.getTransaction().begin();

StringData sd = em.find(StringData.class, key);
System.out.println("Old value: " + sd.getData());
sd.setData(newValue);
// em.persist(sd);

em.getTransaction().commit();

As you can see, I’m not calling persist, it’s commented out, because I’m dry running this code first. However, as it turns out it’s not so very dry. Upon inspecting the database, I see the data is changed (fortunately it’s a test database).

Apparently my understanding of Hibernate/JPA is flawed. Isn’t calling persist always required to change data? And if not, what are the rules on when something is saved?

  • 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-05-29T09:03:09+00:00Added an answer on May 29, 2026 at 9:03 am

    Yes, when a flush (flush are also done with a commit) is done managed entities are saved if any change is detected on that entity, it’s called dirty checking.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using JPA with EclipseLink implementation. Code: try{ if(!em.getTransaction().isActive()) em.getTransaction().begin(); System.out.println(2); em.persist(currentUser); System.out.println(3); if (em.getTransaction().isActive()){
When I execute: public void beginTransaction() { em.getTransaction().begin(); } following an active transaction started
Something of an novice with HSQL and Hibernate... em.getTransaction().begin(); for (Activity theActivity : activities)
i've three entity classes in my project public class Blobx { @ManyToOne private Userx
I got two Entity: Customer Entity @Entity public class Customer { @Id @GeneratedValue(strategy =
Have been trying the whole day long and googled the **** out of the
I found out really strange behavior on relatively simple use case, probably I can't
I am using Java EE 6. Just want to throw it out there first
I have the 2 following entities: @Entity @Table(name = brand) public class Brand {
I have two entities like the following: @Entity public class Trip { @OneToMany(mappedBy =

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.