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 9240127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:08:08+00:00 2026-06-18T08:08:08+00:00

While using OpenJPA, if I mark a class with annotation @Entity, is there a

  • 0

While using OpenJPA, if I mark a class with annotation @Entity, is there a way to specify(through annotation) that always keep this entity in sync with the underlying db.

The objective is to always access the latest modified data.I understand that outside the entity class, we can do an EntityManager.refresh and that would refresh the object to load the latest data from the db. But is there a way to specify it while creating the Entity itself. So that a future developer can just look at the entity class and know that it will always have latest data. He does not need to scan the whole code base to see where EntityManager.refresh has been called.

  • 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-18T08:08:09+00:00Added an answer on June 18, 2026 at 8:08 am

    I think the problem you are dealing with is concurrent modifications of the same entity. JPA is not designed to deal with that. More appropriate forms of handling concurrent access in JPA applications is locking.

    You also don’t mention transaction isolation. The behavior you speak about heavily depends on the accessibility of data, that was modified after the transaction started. That is not possible in all transaction isolation levels.

    You should compare your requirements more to something like a system clock. You always want to access the latest date when invoking a method now. So you should have a service that can return you that object. And you should also write updates for that object through that service. So the service has full control over the object that is currently most up to date.

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

Sidebar

Related Questions

While using perl debugger, is there any way to step out of the current
While using uiimagepicker, is there any way of specifying which user created album the
While using doctrine, I noticed that, to delete an entity, I need to retrieve
While using fixed width select tag , there is one bug in IE. When
while using the following constructor $this->pdo = new PDO ($this->source, $this->username, $this->password); if I
While using session in Rails, what are the things that I have to be
While using method Arrays.deepToString(Object [] a) I am facing this problem which I can
While using django.core.paginator import ObjectPaginator, I'm getting this error: NeedIndexError: The built-in indices are
While using the org.apache.commons.lang.math.NumberUtils.isNumber(String str) function, I see that passing a string like 1f
While using a Root- and SubResource in Jersey I annotated the RootResource like this

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.