6970717273747576777879
resourceDimension.setBirthDay(new Long(1900 + theMapping.getBirthday().getYear())); } resourceDimension.insert(); if(tc instanceof SimpleTransactionContext) tc.releaseResources(); }while(theMapping.next()); theMapping.beforeFirst(); }
143144145146147148149150151152153
performanceFact.setDEADLNHT( new Integer(DEADLNHT)); } performanceFact.insert(); if(tc instanceof SimpleTransactionContext) tc.releaseResources(); } } public void beforeExecute(Activity activity, ProcessInstance instance)