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