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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T01:53:46+00:00 2026-06-08T01:53:46+00:00

I have a named native query and I am trying to map it to

  • 0

I have a named native query and I am trying to map it to the return results of the named native query. There is a field that I want to add to my entity that doesn’t exist in the table, but it will exist in the return result of the query. I guess this would be the same with a stored proc…

How do you map the return results of a stored proc in JPA?…

How do you even call a stored proc?

here is an example query of what I would like to do…

select d.list_id as LIST_ID, 0 as Parent_ID, d.description  from EPCD13.distribution_list d

The Result will be mapped to this entity…

public class DistributionList implements Serializable {
    @Id
    @Column(name="LIST_ID")
    private long listId;

    private String description;

    private String owner;

    private String flag;

    @Column(name="PARENT_ID", nullable = true)
    private long parentID;
}

parent ID is not in any table in my database. I will also need to use this entity again for other calls, that have nothing to do with this call, and that will not need this parent_id? Is there anything in the JPA standard that will help me out?

  • 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-06-08T01:53:49+00:00Added an answer on June 8, 2026 at 1:53 am

    If results from database are not required for further manipulation, just for preview, you can consider using database view or result classes constructor expression.


    If entities retrieved from database are required for further manipulation, you can make use of multiple select expression and transient fields.

    1. Replace @Column annotation with @Transient annotation over parentID.
    2. After retrieving multiple columns from database, iterate over results and manually set parentID.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to build a Hibernate Criteria query to find entities that have a
I have a problem with Hibernate Native Query. I have one SELECT that selects
i would like to have a query that will solve my problem in native
I have a named scope set up in my rails application that is used
I have a named list that looks like this: > head(pathways) $<NA> NULL $`2`
In the root of my application I have 5 named slots (layers) that I
I have problems creating a custom query. This is what entities: @Entity public class
I have an entity that is mapped with a <join> element like this: <class
I have some long queries (text wise) that I am trying to externalize into
I have the follow Linq query that is in a web application that was

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.