From: <one...@us...> - 2003-03-12 12:29:00
|
Update of /cvsroot/hibernate/Hibernate2/src In directory sc8-pr-cvs1:/tmp/cvs-serv27355/src Modified Files: hibernate.properties Log Message: include hibernate.properties in src dir fix classpaths of batch scripts Query.setEntity(), etc now proxy-aware Query.guessType() now handles serializable entities properly Index: hibernate.properties =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/hibernate.properties,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** hibernate.properties 2 Feb 2003 06:47:06 -0000 1.14 --- hibernate.properties 12 Mar 2003 12:28:57 -0000 1.15 *************** *** 161,165 **** ################################# ! hibernate.connection.pool_size 0 hibernate.statement_cache.size 0 --- 161,165 ---- ################################# ! hibernate.connection.pool_size 1 hibernate.statement_cache.size 0 |