it.sistematica.isharedoc.persistence
Class JbpmPersister<T>

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by it.neverworks.application.data.BasePersister<T>
              extended by it.neverworks.application.data.StandardPersister<T>
                  extended by it.sistematica.isharedoc.persistence.JbpmPersister<T>
All Implemented Interfaces:
it.neverworks.data.DataAccessObject<T>, it.neverworks.data.EntityPersister<T>, it.neverworks.data.EntityPersisterFactory, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ProcessInstancePersister, TaskInstancePersister

public class JbpmPersister<T>
extends it.neverworks.application.data.StandardPersister<T>


Constructor Summary
JbpmPersister()
           
 
Method Summary
protected  org.jbpm.JbpmContext getContext()
           
 org.jbpm.JbpmConfiguration getJbpmConfiguration()
           
protected  void initPersister(it.neverworks.application.data.StandardPersister<T> persister)
           
 void setJbpmConfiguration(org.jbpm.JbpmConfiguration jbpmConfiguration)
           
 
Methods inherited from class it.neverworks.application.data.StandardPersister
buildFor
 
Methods inherited from class it.neverworks.application.data.BasePersister
create, createEntity, delete, exec, find, getEntityListenerContext, getEntityType, insert, load, notifyEvent, query, query, save, setEntityListenerContext, setEntityType, update
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmPersister

public JbpmPersister()
Method Detail

getJbpmConfiguration

public org.jbpm.JbpmConfiguration getJbpmConfiguration()

setJbpmConfiguration

public void setJbpmConfiguration(org.jbpm.JbpmConfiguration jbpmConfiguration)

getContext

protected org.jbpm.JbpmContext getContext()

initPersister

protected void initPersister(it.neverworks.application.data.StandardPersister<T> persister)
Overrides:
initPersister in class it.neverworks.application.data.StandardPersister<T>