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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:32:58+00:00 2026-05-20T07:32:58+00:00

I want to map a class to a table and a subclass to another

  • 0

I want to map a class to a table and a subclass to another table. I’m not sure if you can do this in a proper way. I tried this so far:

@javax.persistence.Entity
@Inheritance(strategy = InheritanceType.JOINED)
@Table(name = "MyTable1")
public class MyClass

@javax.persistence.Entity
@Inheritance(strategy = InheritanceType.JOINED)
@Table(name = "MyTable2")
public class MySubclass extends MyClass

It works but in the generated SQL both tables are joined and I want to keep them seperated.

Another approach was to use the same as above but change JOINED to TABLE_PER_CLASS. This does not work because there is a UNION ALL on both tables in the SQL when I query MyClass.

I also tried to use @org.hibernate.annotations.Entity(polymorphism = PolymorphismType.EXPLICIT) and @org.hibernate.annotations.Entity(polymorphism = PolymorphismType.IMPLICIT) but with no effect.

So my question is if there is a way to map this in Hibernate. Any suggestions?

Thanks!


Using Hibernate 3.6.1

  • 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-20T07:32:59+00:00Added an answer on May 20, 2026 at 7:32 am

    It seems you want to consider the two entities as completely unrelated, except for the fields they have in common. It’s not really an inheritance relationship since when you search for a MyClass, you don’t want MySubclass instances to be found, although MySubClass instances are instances of MyClass in your design.

    The best solution is thus probably to use a MappedSuperclass (see chapter 2.2.4.4) which contains the common fields and methods, and to create two completely separate entities which extend this mapped super class.

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

Sidebar

Related Questions

My User table I want to map to aspnet_Users: <class name=User table=`User`> <id name=ID
Let's say you want to diagram a Map class (the mathematical kind, not the
I want to fill a map with class name and method, a unique identifier
I want to map DbConnection to an un-opened SqlConnection using Ninject . This is
I have this object graph, I want to map: abstract Account (username, password, ...)
I want to map the Name column from the Child table into the Parent
I have this class called Table: class Table { public string Name { get
I have a Model class called Countries and I want it to map to
I am using NHibernate to map a class to a database table. The Part
I have something like this in my Map public class Settings : ClassMap<Setting> {

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.