Interface HvlBpmnProcessRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<HvlBpmnProcess,Long>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlBpmnProcess>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository<HvlBpmnProcess>, tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository<HvlBpmnProcess,Long>, org.springframework.data.jpa.repository.JpaRepository<HvlBpmnProcess,Long>, org.springframework.data.repository.ListCrudRepository<HvlBpmnProcess,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<HvlBpmnProcess,Long>, org.springframework.data.repository.PagingAndSortingRepository<HvlBpmnProcess,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<HvlBpmnProcess>, org.springframework.data.querydsl.QuerydslPredicateExecutor<HvlBpmnProcess>, org.springframework.data.repository.Repository<HvlBpmnProcess,Long>

@Repository public interface HvlBpmnProcessRepository extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlBpmnProcess>
Custom interface for generic CRUD operations on a repository for a specific type HvlBpmnProcess.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    findByKeyAndStatusAndSuspended(String key, HvlBpmnModelStatus status, boolean suspended)
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, save

    Methods inherited from interface tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository

    applyOrder, applyPageable, count, exists, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findOne, findOne, findOne, getEntityManager, getJpaQuery, getJpaSqlQuery, getJpaSqlQuery, query

    Methods inherited from interface tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository

    deleteByUuid, existsById, existsByIdWithDeleted, existsByUuid, existsByUuidWithDeleted, findAllById, findAllByIdWithDeleted, findAllByUuid, findAllByUuidWithDeleted, findById, findByIdWithDeleted, findByUuid, findByUuidWithDeleted, from, from, getById, getByIdWithDeleted, getByUuid, getByUuidWithDeleted, getDeleteClause, getIdByUuid, getUpdateClause, saveAndFlush, update, updateAll, updateAndFlush, updateAndFlushWithoutFind, updateWithoutFind

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getOne, getReferenceById, saveAllAndFlush

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    findAll, findBy