@Repository public interface JaversCommitPropertyRepository extends org.springframework.data.jpa.repository.JpaRepository<JvCommitPropertyEntity,JvCommitPropertyId>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByIdCommitId(Long commitId) |
void |
deleteByIdCommitIdIn(Collection<Long> commitIds) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushfindAll@Modifying
@Query(value="DELETE FROM JvCommitPropertyEntity e WHERE e.id.commitId = :commitId")
void deleteByIdCommitId(@Param(value="commitId")
Long commitId)
@Modifying
@Query(value="DELETE FROM JvCommitPropertyEntity e WHERE e.id.commitId IN (:commitIds)")
void deleteByIdCommitIdIn(@Param(value="commitIds")
Collection<Long> commitIds)
Copyright © 2025. All rights reserved.