Interface HvlProcessDocAttachmentRepository

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

@Repository public interface HvlProcessDocAttachmentRepository extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlProcessDocAttachment>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
     

    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

    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
  • Method Details

    • existsByFilenameAndProcessId

      boolean existsByFilenameAndProcessId(String filename, Long processId)
    • deleteByProcessId

      void deleteByProcessId(Long processId)
    • findAllByProcessId

      List<HvlProcessDocAttachment> findAllByProcessId(Long processId)