Package org.bonitasoft.engine.services
Interface TenantPersistenceService
-
- All Superinterfaces:
PersistenceService
,ReadPersistenceService
- All Known Implementing Classes:
AbstractDBPersistenceService
,AbstractHibernatePersistenceService
,PlatformHibernatePersistenceService
,TenantHibernatePersistenceService
public interface TenantPersistenceService extends PersistenceService
- Author:
- Baptiste Mesta, Celine Souchet
-
-
Method Summary
-
Methods inherited from interface org.bonitasoft.engine.services.PersistenceService
delete, delete, delete, deleteAll, deleteByTenant, flushStatements, insert, insertInBatch, update, update, update
-
Methods inherited from interface org.bonitasoft.engine.persistence.ReadPersistenceService
getName, getNumberOfEntities, getNumberOfEntities, searchEntity, searchEntity, selectById, selectList, selectOne
-
-