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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:05:03+00:00 2026-05-20T18:05:03+00:00

in one particular case, i have to use merge instead of saveOrUpdate. // //

  • 0

in one particular case, i have to use merge instead of saveOrUpdate.

//
// item is detached object.
//
Category category = item.getCategory();
category.setName("cloth");
item.setName("shirt");
session.merge(item);

the thing is category name doesn’t get updated while using merge, but it gets updated while using saveOrUpdate. anyone can explain why?

  • 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-20T18:05:04+00:00Added an answer on May 20, 2026 at 6:05 pm

    You must have @ManyToOne(cascade=CascadeType.MERGE) (at least) for that to work (or the relevant xml mapping)

    This instructs hibernate to cascade merge operations to this particular relation – i.e. when the parent object (item) is merged, also merge the child (category). Maybe you have omitted the MERGE cascade type, and that’s why saveOrUpdate works.

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

Sidebar

Related Questions

I am using Asp.NET MVC 3. In one particular use case, I need to
I have one particular FLA that is crashing every time I try to compile
I have a data frame where one particular column has a set of specific
I have a database in SQL Server 2008 and one particular table has information
I have an effect that when you hover over this one particular area, it
I have a database with many tables and one particular table has columns: name
I have several dataSources I use for one UIViewController. My view controller uses KeyValue
I am using the nested_form gem but ran in to one use case that
I'm trying to understand mod_rewrite better and have one particular problem I think I
How to show and hide one particular column in Mouse Over and Mouse out

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.