[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure batch/fetch size

azhurakousky do-not-reply at jboss.com
Fri Jul 21 22:36:23 EDT 2006


Yes you should do it in persistance.xml
Try this:


  | 
  | <persistence>
  |    . . . . . . . .
  |        <properties>
  |             <property name="hibernate.jdbc.batch_size" value="25"/>
  |             . . . . . . .
  |        </properties>
  |    . . . . . . . .  
  | </persistence>
  | 
  | 

Regards

Oleg Zhurakousky

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960076#3960076

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960076



More information about the jboss-user mailing list