-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Criteria vs. FetchType.JOIN vs. Paging
PostPosted: Tue May 25, 2010 12:48 pm 
Beginner
Beginner

Joined: Sun Apr 25, 2010 7:14 am
Posts: 30
Hi,

ich habe eine 1:n Beziehung, die ich mit einer Query komplett laden will. Im Prinzip also ungefähr so:
Code:
sess.createCriteria(User.class).setFetchMode("groups", FetchType.JOIN)

Hier hatte ich zuerst das Problem, dass ich doppelte Ergebnisse bekommen habe, wenn ein Datensatz
mehrere 1:n Datensätze hat. Dies konnte ich über
Code:
setResultTransformer(Criteria.DISTINCT_ROOT_ENTITY)

lösen.

Nun habe ich aber immer noch das Problem, dass Paging nicht mehr funktioniert. Setze ich ein Limit über
Code:
setFirstResult(start)
setMaxResults(limit)

führt das dazu, dass ich nicht mehr die gewünschte Anzahl an Datensätzen pro Seite habe. Vermutlich deshalb
weil das Limit vor dem Zusammenfassen doppelter Einträge geschieht.

Ist es möglich diese Funktionalität abzubilden (ohne pro Datensatz für die 1:n Daten ein eigenes SQL zu
generieren)?

Danke!

Grüße
Thomas


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.