new-exporter #5
|
@ -53,7 +53,7 @@ public interface DatasourceDbEntryRepository extends JpaRepository<DatasourceDbE
|
|||
|
||||
@Modifying
|
||||
@Transactional
|
||||
@Query("update #{#entityName} d set d.eosc_datasource_type = ?2 where d.id = ?1")
|
||||
@Query("update #{#entityName} d set d.eoscDatasourceType = ?2 where d.id = ?1")
|
||||
void setEoscDatasourceType(String dsId, String type);
|
||||
|
||||
@Modifying
|
||||
|
|
Loading…
Reference in New Issue