-->
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.  [ 2 posts ] 
Author Message
 Post subject: Anzahl der selects reduzieren
PostPosted: Thu Oct 19, 2006 12:01 pm 
Newbie

Joined: Thu Oct 19, 2006 11:49 am
Posts: 1
Hallo ich erzeuge ein Query

3.1

Code:
String SQL_QUERY ="from Personal";
      Query query = session.createQuery(SQL_QUERY);

Hibernate erstellt mir daraufhin für jeden Datensatz in der Tabelle ein neues select Statement.
Ich habe schon in der zugehörigen Mapping Datei bei class folgendes eingestellt
batch-size="100" und in der hibernate.cfg.xml schon folgendes
Code:
<property name="hibernate.default_batch_fetch_size">16</property>
trotzdem
für jede Zeile in der Datenbank ein neues select Statement

was kann ich machen bin für jeden Tipp offen.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 19, 2006 5:29 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
Das ist ein sehr eigenartiges Verhalten. Kannst Du mal bitte die Mappings und die SQL Ausgaben posten. Einfach bei den Hibernate properties sql Ausgabe aktivieren.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


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

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.