//MetaPhrase/com.github.diegoberaldin.metaphrase.core.persistence/AppDatabase
AppDatabase
interface AppDatabase
Database abstraction that contains the Data Access Object (DAO) factory methods.
Inheritors
DefaultAppDatabase |
Functions
Name | Summary |
---|---|
glossaryTermDao | [jvm] abstract fun glossaryTermDao(): GlossaryTermDao Create a new glossary term DAO. |
languageDao | [jvm] abstract fun languageDao(): LanguageDao Create a new language DAO. |
memoryEntryDao | [jvm] abstract fun memoryEntryDao(): MemoryEntryDao Create a new memory entry DAO. |
projectDao | [jvm] abstract fun projectDao(): ProjectDao Create a new project DAO. |
recentProjectDao | [jvm] abstract fun recentProjectDao(): RecentProjectDao Create a new recent project DAO. |
segmentDao | [jvm] abstract fun segmentDao(): SegmentDao Create a new segment DAO. |