Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r14900 -
 core/branches/Branch_3_2/src/org/hibernate/proxy.

hibernate-commits

2008-07-08


Author LoginPost Reply
Author: steve.ebersole@(protected)
Date: 2008-07-08 23:38:33 -0400 (Tue, 08 Jul 2008)
New Revision: 14900

Modified:
 core/branches/Branch_3_2/src/org/hibernate/proxy/AbstractLazyInitializer.java
Log:
HHH-3309 : AbstractLazyInitializer + serialization

Modified: core/branches/Branch_3_2/src/org/hibernate/proxy/AbstractLazyInitializer.java
===================================================================
--- core/branches/Branch_3_2/src/org/hibernate/proxy/AbstractLazyInitializer.java  2008-07-09 01:03:32 UTC (rev 14899)
+++ core/branches/Branch_3_2/src/org/hibernate/proxy/AbstractLazyInitializer.java  2008-07-09 03:38:33 UTC (rev 14900)
@@(protected) @@
 private Serializable id;
 private transient SessionImplementor session;
 private boolean unwrap;
-  
+
+  /**
+   * For serialization from the non-pojo initializers (HHH-3309)
+   */
+  protected AbstractLazyInitializer() {
+  }
+
 protected AbstractLazyInitializer(String entityName, Serializable id, SessionImplementor session) {
   this.id = id;
   this.session = session;

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.