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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:57:59+00:00 2026-05-19T02:57:59+00:00

Is it possible to map the result of an aggregate query to a field

  • 0

Is it possible to map the result of an aggregate query to a field in a hibernate-backed domain object?

For example: If I have a Car object that looks like the following —

@Entity
public class Car {
    @Id 
    private int id;
    @Column 
    private String carName;
    private int carCount;
    ---Getters/Setters---
}

I would like the carCount field/property to be the total count of all the cars in my persistence store, is this possible?

I’ve looked at the Hibernate documentation, I can run the query, but I don’t see where I can set that value to the “carCount”

Thanks.

  • 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-19T02:58:00+00:00Added an answer on May 19, 2026 at 2:58 am

    You can make it with formula. Something like,

    @Entity
    public class Car {
        @Id 
        private int id;
        @Column 
        private String carName;
    
        @Formula("select count(*) from Car c where c.id = id")
        private int carCount;
    }
    

    Also, there are some examples here.

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

Sidebar

Related Questions

Is it possible to map the result of a native SQL query to a
Is it possible to get as a result from hibernate directly this... List<Map<Sth, List<SthLog>
Rails make It possible to map resources that are logically children of other resources
Possible Duplicate: remove_if equivalent for std::map I have a set of strings: set <wstring>
I have created this query to fetch some result from database. Here is my
I am wondering if it is possible to map a named native query on
For example, when doing Analytics, there can be a map/reduce run that takes 10
Is it possible in myBatis 3 to map a single result to multiple objects,
I have the Data.Map (freqMap) which looks like: SO -> 10 OM -> 20
I have a 'black box' application that gets a map of values as parameters,

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.