Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
3.1
Hello everyone,
I have the following to work with but I don't know the answer to this and if it should deal with Hibernate. I am a hibernate beginner.
Currently, I have objects that are pulled from the database with Hibernate.
However, I have a set of complex queries that will be run on different sets of records within a specific table. THese queries will pull statistics about sets of records in a table. How do I model this in Hibernate and what is the most efficient way of accessing these complex statistics in real-time? I have a critical web application that I am now working on that requires these statistics to be accurate.
Any help is very much appreciated,
Alex