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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:49:59+00:00 2026-05-25T21:49:59+00:00

I have developed a customer maintenance application. Users can alter the customer details via

  • 0

I have developed a customer maintenance application. Users can alter the customer details via web interface. I want to handle the following scenario:

  1. User 1 loads customer1 details.
  2. User 2 loads customer1 details.
  3. User 1 changes and saves customer1‘s name.
  4. User 2 only changes and saves customer1‘s age.

In the scenario above, finally database holds customer1‘s old name and the new age because User 2 overwrites User 1‘s update. I’m using Hibernate. I had heard that Hibernate Automatic Versioning supports this. If any one know how to handle this please advise me.

  • 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-25T21:49:59+00:00Added an answer on May 25, 2026 at 9:49 pm

    You just need to add a field annotated with @Version:

    public class Customer {
    
     @Id
     private Long id;
    
     @Version
     private Long version;
    
     // rest of the fields, etc.
    
    }
    

    Read this article for more information.

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

Sidebar

Related Questions

I have developed a web application (ASP.NET Web Forms). One of my customer has
I have developed a web application, in which there's a functionality to enter note
I developed a web application for mobile devices, every customer installs the webapplication on
This is the situation I am facing. I have developed a web application that
We have developed a JEE5 web application (WAR) and running it in production under
I have developed some classes with similar behavior, they all implement the same interface.
We have developed our website(Business users website) in .net Framework 2.0 Our client us
Have developed a small Windows application using SQL Server as its database. I need
I have developed an application using VB.NET, Visual Studio 2008 and the SQL Server
I have started learning MVC2. I developed a simple customer search screen with Jquery

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.