Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test
In directory sc8-pr-cvs1:/tmp/cvs-serv4460/hibernate/test
Modified Files:
FooBar.hbm.xml
Log Message:
improvements to:
* USE_REFLECTION_OPTIMIZER
* Nonstrict cache
* javadoc
fixed bug in collection filter cache
Index: FooBar.hbm.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/FooBar.hbm.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FooBar.hbm.xml 8 Apr 2003 09:49:32 -0000 1.13
--- FooBar.hbm.xml 10 Apr 2003 09:49:17 -0000 1.14
***************
*** 10,14 ****
table="foos"
proxy="net.sf.hibernate.test.FooProxy"
! discriminator-value="F">
<jcs-cache usage="read-write"/>
--- 10,15 ----
table="foos"
proxy="net.sf.hibernate.test.FooProxy"
! discriminator-value="F"
! dynamic-update="true">
<jcs-cache usage="read-write"/>
|