Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version:[/b]
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using:[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
==========
In a query,I want to select some properties from more than 1 table,but when narrowing the resultset ,I have a list of object(Object[]) ,in this array,I have only value of propertie,not their names and values together.I need the properties and their values together,to pass them to a displaytag.I do not want cast resultset to a special object,becaus I need this Item more than 1 time.I have many queries in my project.what I should to do?!!!