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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T16:06:19+00:00 2026-05-16T16:06:19+00:00

I am using JPA 2 for an enterprise application, and my DBA’s just hit

  • 0

I am using JPA 2 for an enterprise application, and my DBA’s just hit me with a twist.

They want me to use the group’s centralized object ID generator for all my tables. This means rather than using table values or a sequence table, I will need to call a web service to get a batch of ~50 ids.

Then, as I persist any new object, I would need to inject this id first, and save that to the table.

So how would I manipulate the @Id column of an entity to handle this.

Is it as simple as setting a key before I persist? I suspect that would throw some sort of unmanaged entity with ID set error.

  • 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-16T16:06:20+00:00Added an answer on May 16, 2026 at 4:06 pm

    Update:

    The better method is to actually specify a Sequence strategy on Generated fields and specify a custom Sequence class.

    JPA will then call this class’s nextId() method every time it inserts a new object.

    This method allows full graphs to be persisted without intervening on each entity manually.


    Figured it out. Amazingly complex 😉 – just remove the GeneratedValue annotation from the key field.

    It is intended for Native Ids like SSN or email, but works regardless of source.

    @Entity
    public class Client{
    
        @Id
        @Column(name="CLNT_ID") 
        private long key;
        @Column(name="CLNT_NUM")
        private String clientNumber;
    ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using JPA for my Enterprise Application, and when I change values of row
I am using JPA in my web application and when I do not want
I'm using JPA but I'm not sure how to use it for relation between
I am using JPA with openjpa implementation beneath, on a Geronimo application server. I
I have a web application using JPA and JTA with Spring. I would like
Here's what I'm trying to do. I'm using JPA persistence in a web application,
I'm using JPA for a project and in most cases, want to get entities,
APPLICATION and ENVIRONMENT Java EE / JSF2.0 / JPA enterprise application, which contains a
There's an enterprise application using Java + Hibernate + PostgreSQL. Hibernate is configured via
Am using JPA into my application and then the when insert different objects the

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.