User: dsundstrom
Date: 02/04/13 18:11:05
Modified: src/main/org/jboss/resource/connectionmanager
CachedConnectionInterceptor.java
Log:
Added postCreateEntity pass through method.
Revision Changes Path
1.4 +10 -0
jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionInterceptor.java
Index: CachedConnectionInterceptor.java
===================================================================
RCS file:
/cvsroot/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/CachedConnectionInterceptor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CachedConnectionInterceptor.java 9 Apr 2002 03:47:10 -0000 1.3
+++ CachedConnectionInterceptor.java 14 Apr 2002 01:11:05 -0000 1.4
@@ -231,6 +231,16 @@
pm.createEntity(m, args, instance);
}
+ public void postCreateEntity(Method m,
+ Object[] args,
+ EntityEnterpriseContext instance)
+ throws Exception
+ {
+ pm.postCreateEntity(m, args, instance);
+ }
+
+
+
/**
* This method is called when single entities are to be found. The
* persistence manager must find out whether the wanted instance is
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development