Interface HvlRToolReportExecutingParamRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<HvlRToolReportExecutingParam,
,Long> tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlRToolReportExecutingParam>
,tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSearchRepository<HvlRToolReportExecutingParam>
,tr.com.havelsan.javarch.data.jpa.repository.HvlJpaSimpleRepository<HvlRToolReportExecutingParam,
,Long> org.springframework.data.jpa.repository.JpaRepository<HvlRToolReportExecutingParam,
,Long> org.springframework.data.repository.ListCrudRepository<HvlRToolReportExecutingParam,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<HvlRToolReportExecutingParam,
,Long> org.springframework.data.repository.PagingAndSortingRepository<HvlRToolReportExecutingParam,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<HvlRToolReportExecutingParam>
,org.springframework.data.querydsl.QuerydslPredicateExecutor<HvlRToolReportExecutingParam>
,org.springframework.data.repository.Repository<HvlRToolReportExecutingParam,
Long>
@Repository
public interface HvlRToolReportExecutingParamRepository
extends tr.com.havelsan.javarch.data.jpa.repository.HvlJpaRepository<HvlRToolReportExecutingParam>
Custom interface for generic CRUD operations on a repository for a specific type
HvlRToolReportExecutingParam
.-
Method Summary
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