added location dao and repository

This commit is contained in:
Sem van der Hoeven
2020-12-14 12:13:15 +01:00
parent 204d45cece
commit 23d23bead4
5 changed files with 84 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.List;
@Entity
@Entity(tableName = "route")
public class Route {
@PrimaryKey