Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv21330/sf/hibernate
Modified Files:
Session.java
Log Message:
detect collection modifications not made via wrapper
Index: Session.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/Session.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Session.java 4 Mar 2003 10:53:46 -0000 1.8
--- Session.java 6 Mar 2003 11:12:06 -0000 1.9
***************
*** 286,290 ****
* @throws HibernateException
*/
! public List find(Class persistentClass, Map propertyNameValues) throws HibernateException;
/**
--- 286,290 ----
* @throws HibernateException
*/
! //public List find(Class persistentClass, Map propertyNameValues) throws HibernateException;
/**
|