Uses of Interface
org.jbpm.persistence.PersistenceService

Packages that use PersistenceService
org.jbpm.persistence.db standalone DB implementation classes for the PersistenceService. 
org.jbpm.persistence.jta JTA DB implementation classes for the PersistenceService. 
org.jbpm.svc base service infrastructure classes. 
 

Uses of PersistenceService in org.jbpm.persistence.db
 

Classes in org.jbpm.persistence.db that implement PersistenceService
 class DbPersistenceService
           
 

Uses of PersistenceService in org.jbpm.persistence.jta
 

Classes in org.jbpm.persistence.jta that implement PersistenceService
 class JtaDbPersistenceService
           
 

Uses of PersistenceService in org.jbpm.svc
 

Methods in org.jbpm.svc that return PersistenceService
 PersistenceService Services.getPersistenceService()
           
 

Methods in org.jbpm.svc with parameters of type PersistenceService
 void Services.setPersistenceService(PersistenceService persistenceService)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.