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