@Query("update DeviceLibraryPosition d set d.storageLocationId = :StorageLocationId ,d.storageLocation = :StorageLocation where d.deviceId = :deviceId")
...
...
@@ -38,6 +40,20 @@ public interface DeviceLibraryPositionDao extends JpaRepository<DeviceLibraryPos