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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:31:57+00:00 2026-05-16T20:31:57+00:00

I have loaded an entity into my transaction and have changed a property of

  • 0

I have loaded an entity into my transaction and have changed a property of that entity. The transaction is not yet commited. Now I would like to get the original value of the changed property.

I’ve tried with a HQL query like select p.property from Person p where p.id = 1 with the ID of the entity loaded in the transaction.

I’ve set query.setHint("org.hibernate.cacheMode", CacheMode.IGNORE); before executing the query. But no success. Hibernate returns the value as set in the current transaction, not the one from the database.

Is there any way around this?

  • 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-16T20:31:57+00:00Added an answer on May 16, 2026 at 8:31 pm

    I have loaded an entity into my transaction and have changed a property of that entity. The transaction is not yet commited. Now I would like to get the original value of the changed property.

    In short: track the old value yourself.

    I’ve tried with a HQL query like select p.property from Person p where p.id = 1 with the ID of the entity loaded in the transaction.

    Hibernate loads a unique version of an entity into the session (the first level cache) for a given database identifier. This won’t work.

    I’ve set query.setHint(“org.hibernate.cacheMode”, CacheMode.IGNORE); before executing the query.

    This hint is used to affect the query cache (that rely on the second-level-cache), this won’t affect your current “issue”.

    Is there any way around this?

    Either

    • use session.refresh() to force a reload of your entity (and you’ll loose the changes)
    • store the previous value as initially mentioned.
    • invoke a service that perform a query in another transaction.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have loaded a XML into a XDocument that looks something like this :
I have all my NHibernate in one assembly and that assembly gets loaded into
I have an entity loaded by Hibernate (via EntityManager ): User u = em.load(User.class,
I have loaded an external URL in my WebView . Now what I need
I am quite new to intellij and i have loaded in a project that
I am new to WPF and entity framework. I have ran into the the
I have an entity (Book) with an ElementCollection for a List property (tags). @Entity
I have a class hierarchy like this: @Entity @Table (name=call_distribution_policies) @Inheritance (strategy=InheritanceType.JOINED) public class
I have a Core Data entity that uses a custom subclass of NSManagedObject. I
I have an old table that I'm working with, which looks 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.