[hibernate-commits] Hibernate SVN: r10457 - branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Sep 6 09:51:51 EDT 2006


Author: epbernard
Date: 2006-09-06 09:51:50 -0400 (Wed, 06 Sep 2006)
New Revision: 10457

Modified:
   branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java
Log:
HHH-2056 already applied to trunk, applying to 3.2 too

Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java	2006-09-06 04:01:34 UTC (rev 10456)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/proxy/EntityNotFoundDelegate.java	2006-09-06 13:51:50 UTC (rev 10457)
@@ -7,6 +7,6 @@
  *
  * @author Steve Ebersole
  */
-public interface EntityNotFoundDelegate {
+public interface EntityNotFoundDelegate extends Serializable {
 	public void handleEntityNotFound(String entityName, Serializable id);
 }




More information about the hibernate-commits mailing list