站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.1.3 API 英文版文档

HibernateSaveOperation (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.svc.save
Class HibernateSaveOperation

java.lang.Object
  extended by org.jbpm.svc.save.HibernateSaveOperation
All Implemented Interfaces:
java.io.Serializable, SaveOperation

public class HibernateSaveOperation
extends java.lang.Object
implements SaveOperation

See Also:
Serialized Form

Constructor Summary
HibernateSaveOperation()
           
 
Method Summary
 void save(ProcessInstance processInstance, JbpmContext jbpmContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateSaveOperation

public HibernateSaveOperation()
Method Detail

save

public void save(ProcessInstance processInstance,
                 JbpmContext jbpmContext)
Specified by:
save in interface SaveOperation


Version : jbpm-3.1.3