Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/proxy
In directory usw-pr-cvs1:/tmp/cvs-serv14303/cirrus/hibernate/proxy
Modified Files:
CGLIBLazyInitializer.java HibernateProxyHelper.java
Log Message:
several minor changes
Index: CGLIBLazyInitializer.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/proxy/CGLIBLazyInitializer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CGLIBLazyInitializer.java 28 Oct 2002 19:27:48 -0000 1.3
--- CGLIBLazyInitializer.java 2 Nov 2002 14:32:13 -0000 1.4
***************
*** 5,13 ****
import java.lang.reflect.Method;
-
import cirrus.hibernate.HibernateException;
- import cirrus.hibernate.cglib.Enhancer;
- import cirrus.hibernate.cglib.MethodInterceptor;
import cirrus.hibernate.engine.SessionImplementor;
/**
--- 5,13 ----
import java.lang.reflect.Method;
import cirrus.hibernate.HibernateException;
import cirrus.hibernate.engine.SessionImplementor;
+
+ import net.sf.cglib.proxy.Enhancer;
+ import net.sf.cglib.proxy.MethodInterceptor;
/**
Index: HibernateProxyHelper.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/proxy/HibernateProxyHelper.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HibernateProxyHelper.java 29 Oct 2002 07:50:41 -0000 1.4
--- HibernateProxyHelper.java 2 Nov 2002 14:32:13 -0000 1.5
***************
*** 4,9 ****
import java.sql.SQLException;
import cirrus.hibernate.HibernateException;
- import cirrus.hibernate.cglib.Enhancer;
import cirrus.hibernate.engine.SessionImplementor;
--- 4,10 ----
import java.sql.SQLException;
+ import net.sf.cglib.proxy.Enhancer;
+
import cirrus.hibernate.HibernateException;
import cirrus.hibernate.engine.SessionImplementor;
|