dodanie argumentu i metod
This commit is contained in:
parent
feb1fa0c09
commit
fb203f9bb6
@ -1,4 +1,4 @@
|
|||||||
package com.example.notatkon.database;
|
package com.example.notatkon.dao;
|
||||||
|
|
||||||
import androidx.lifecycle.LiveData;
|
import androidx.lifecycle.LiveData;
|
||||||
import androidx.room.Dao;
|
import androidx.room.Dao;
|
||||||
@ -7,6 +7,8 @@ import androidx.room.Insert;
|
|||||||
import androidx.room.OnConflictStrategy;
|
import androidx.room.OnConflictStrategy;
|
||||||
import androidx.room.Query;
|
import androidx.room.Query;
|
||||||
|
|
||||||
|
import com.example.notatkon.entities.NoteEntity;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Dao
|
@Dao
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package com.example.notatkon.database;
|
package com.example.notatkon.entities;
|
||||||
|
|
||||||
import androidx.annotation.NonNull;
|
import androidx.annotation.NonNull;
|
||||||
import androidx.room.ColumnInfo;
|
import androidx.room.ColumnInfo;
|
||||||
|
Loading…
Reference in New Issue
Block a user