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

  • Home
  • SEARCH
  • 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 8969951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:39:57+00:00 2026-06-15T17:39:57+00:00

The Hibernate Search documentation for using a ResultTransformer gives the following example: org.hibernate.search.FullTextQuery query

  • 0

The Hibernate Search documentation for using a ResultTransformer gives the following example:

org.hibernate.search.FullTextQuery query = 
    s.createFullTextQuery( luceneQuery, Book.class );
query.setProjection( "title", "mainAuthor.name" );
query.setResultTransformer( 
    new StaticAliasToBeanResultTransformer( 
        BookView.class, 
        "title", 
        "author" ) 
);
List<BookView> results = (List<BookView>) query.list();
for(BookView view : results) {
    log.info( "Book: " + view.getTitle() + ", " + view.getAuthor() );
}

However, the StaticAliasToBeanResultTransformer class does not exist in the Hibernate core jar.

Does anyone know if this is supposed to be a different class that I have not been able to identify yet? Or does it exist in another Hibernate project that I have not included?

I need to accomplish this idea of mapping indexed fields to properties in my “BookView” bean, since my properties and fields are not named the same. I am using Hibernate 4.1.8 and Hibernate Search 4.1.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-06-15T17:39:58+00:00Added an answer on June 15, 2026 at 5:39 pm

    AFAIK there are no such class in Hibernate codebase. I believe it was part of the samples one day, but nowhere to be found since.

    The easiest way is to write your own implementation.

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

Sidebar

Related Questions

I'm trying to use JPA with HibernateSearch. I used Example 5.3 in http://docs.jboss.org/hibernate/stable/search/reference/en/html/search-query.html .
I'm using Hibernate Search and the documentation and books say I need @DocumentId on
I've configured with hibernate-search annotation (4.1.1 version library) my class Intervento. So, I'm using
I'm using the hibernate generic dao project . I need to search for all
I am using Hibernate Search and applied Lucene indexing on one table for a
I am using hibernate-search-3.2.1.Final and would like to parse my input into shingles. From
I am using hibernate search with solr in my project and one of my
I'm using hibernate search 3.4, and I'm running in to a small problem. I
I built an example project for hibernate search and it works fine without any
We are using Hibernate search to search the lucene index annoted in my entity.

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.