mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DaoにDeleteを追加
This commit is contained in:
parent
749cad231c
commit
70380df8fd
|
@ -52,4 +52,8 @@ public interface VcsLogDao {
|
||||||
|
|
||||||
@Update
|
@Update
|
||||||
void updateAll(List<VcsLogEntity> vcsLogs);
|
void updateAll(List<VcsLogEntity> vcsLogs);
|
||||||
|
|
||||||
|
// Delete
|
||||||
|
@Query("DELETE FROM vcs_log WHERE id = :id")
|
||||||
|
void deleteById(String id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user