Uses of Class
com.opensymphony.workflow.spi.hibernate.HibernateStep

Packages that use HibernateStep
com.opensymphony.workflow.spi.hibernate   
 

Uses of HibernateStep in com.opensymphony.workflow.spi.hibernate
 

Subclasses of HibernateStep in com.opensymphony.workflow.spi.hibernate
 class HibernateCurrentStep
          This class exists to seperate the persistence of the Steps.
 class HibernateHistoryStep
          ???* This is here to persist the historical steps to the historical table.
 

Constructors in com.opensymphony.workflow.spi.hibernate with parameters of type HibernateStep
HibernateCurrentStep(HibernateStep step)
           
HibernateHistoryStep(HibernateStep step)
           
HibernateStep(HibernateStep step)
           
 


OpenSymphony Workflow Project Page