[jboss-user] [Performance Tuning] - Anormal use for CPU on hibernate queries

2009-09-03 Thread lmk
Hi all, I have a performance problem, I don't where it comes, Im using hibernate, spring on JSF/richfaces web apps, when the user log on, I have to load many lists of objects, about 6 queries like: | getHibernateTemplate().find(from Status order by name); |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [Criteria] do not select all properties on join

2009-03-27 Thread lmk
It seemes not possible :( .. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221479#4221479 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221479 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - [Criteria] do not select all properties on join

2009-03-26 Thread lmk
hi, how can I retreive some properties from the projection list properties, for example: criteria.setFetchMode(group, FetchMode.JOIN); I want to select all group properties except two of theme. best regards! View the original post :