Object[] objTemp = new Object[] {connection};
DeploymentPersistence deploymentPersistence =(DeploymentPersistence) ReflectUtil.instantiate(expandClass.getClassImpl(),objTemp);
return deploymentPersistence;
}
}
throw new FixFlowException("流程引擎扩展配置里的DeploymentPersistence实现类指定错误");
}