[Hibernate] help pls, very strange problem

2006-08-12 Thread zqzuk
Hi, i got such a strange problem that im sure you ll think im doin crazy talk :) , i dont see why this would happen at all, i have a class called "Package", mapped to a table "package". whenever i do a query on this table using hibernate, even the simplest "find all" kinda of query, hibernate does

Re: [Hibernate] help pls, very strange problem

2006-08-12 Thread zqzuk
well i got the setters wrong being so stupid i am... sry for creating such a long and massy thread. -- View this message in context: http://www.nabble.com/help-pls%2C-very-strange-problem-tf2095717.html#a5777031 Sent from the Hibernate forum at Nabble.com. -

[Hibernate] use aggregate functions

2006-08-15 Thread zqzuk
Hi, i wouldlike to use aggregate functions in HQL, and i got such problems while experimenting with the query... i have a class Booking like Booking(id, tutor,week,package,date,fee,term,note,student,order) i wouldl like to do a query as such : " "SELECT DISTINCT tutor, week, COUNT(DISTINCT stu

[Hibernate] pgadmin eats up memory

2006-08-16 Thread zqzuk
Hi, i m using Hibernate, Spring and Tapestry and PostgreSQL in this software. the software includes extensive database opertaions incl query, update, insert, but no db creation or such. atm all functions are working properly, but a serious problem is that after a buntch of method calls my memory

Re: [Hibernate] pgadmin eats up memory

2006-08-16 Thread zqzuk
it just cross my mind that is it because of this line of config in my applicationContext.xml: 100 if so, i suppose i only need to reduce the value? what would be the proper value please? thanks. zqzuk wrote: > > Hi, i m using Hibernate, Spring and Ta