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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:11:47+00:00 2026-05-21T14:11:47+00:00

I have the following DB design: (source: kawoolutions.com ) As you can see States,

  • 0

I have the following DB design:

Valid XHTML
(source: kawoolutions.com)

As you can see States, Countries, and Continents are all sub tables of GeoAreas. The interesting fact here is that States and Countries change their primary keys from the one (supposedly) inherited from GeoAreas.

Purpose: States and Countries are also used for postal addresses and I do not want to use the GeoAreas.id for that (references to States and Countries not shown).

The question is:
Is such a design supported by JPA? JPA 2.0 only? Not at all?

The problem I see is how the @Id annotation (used for all mappings) would be specified as the GeoArea class would look something like

public abstract class GeoArea implements Serializable
{
    @Id
    @Column(name = "id")
    protected Integer id;

    ...
}

and a subclass would further require another alternative @Id on some properties to be specified, like

public class Country extends GeoArea
{
    @Id
    @Column(name = "iso_code")
    private String isoCode;

    ...
}

Could anyone point me to the JPA spec where it denies such a scenario, if?

  • 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-21T14:11:48+00:00Added an answer on May 21, 2026 at 2:11 pm

    Section 2.4

    The primary key must be defined on the entity class that is the root of the
    entity hierarchy or on a mapped superclass that is a (direct or
    indirect) superclass of all entity classes in the entity hierarchy. The
    primary key must be defined exactly once in an entity hierarchy.

    i.e you cannot “redefine” the identity (by adding an extra field to the identity) in a subclass.

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

Sidebar

Related Questions

I have the following design: (source: kawoolutions.com ) Simple logic: Foos uses a multi-column
I have the following hypthetical Makefile: all: SOURCE = $(wildcard src/*.cpp) unity: SOURCE =
I have a following design function crudDataTable() { this.addEditFormContainerSelector = ''; this.paginationType = full_numbers;
I have the following database design: Employee Table: Username, Name, DivisionCode Division Table: SapCode,
I have the following database design: Employee Table: Username, Name Quiz Table: QuizID, Title,
I am creating an App with following design: I have a UITableView with custom
I am in need of some guidance for the following design. I have a
I have troubles with the following database design (simplified for the example). It allows
Is there any name for the following DB table design: Basically we have generic
The following is using EF 5.0.0-rc and Code First. In my design, I have

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.