• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/omero-3.0-M3/etc/hibernate.properties

Revision 935, 0.6 kB (checked in by jmoore, 2 years ago)

#358 Turning off batch processing

Line 
1############################################
2# database connection
3############################################
4database.host=localhost
5database.name=omero3
6database.profile=psql
7
8#
9# hibernate.properties
10# --------------------
11# environment variables for Hibernate. Hibernate looks
12# for this file specifically in the class path for setting
13# some properties like cglib.use_reflection_optimizer below.
14#
15#
16hibernate.bytecode.use_reflection_optimizer=false
17hibernate.show_sql=false
18hibernate.jdbc.batch_size=0
19
20container.status=out-of-container
21#This will be overwritten by ejb.properties during deployment
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/