public interface WorkflowTypeRepository extends org.springframework.data.jpa.repository.JpaRepository<WorkflowTypes,Long>
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypes |
findByType(String type) |
WorkflowTypes |
findByTypeAndEnabledIsTrue(String type) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAll, flush, getOne, save, saveAndFlushfindAllWorkflowTypes findByTypeAndEnabledIsTrue(String type)
WorkflowTypes findByType(String type)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.