KotlinTrader / com.doubleu.kotlintrader.data

Package com.doubleu.kotlintrader.data

Types

Angebote object Angebote : Storage<Ort_has_Ware>

Holding all Ort_has_Ware objects that were loaded from the database

Data object Data
OrtWaren object OrtWaren : Storage<Ort_has_Ware>

Holding Ort_has_Ware objects that were loaded from the database. They always depend on the current ort

Orte object Orte : Storage<Ort>

Holding all Ort objects that were loaded from the database

SchiffWaren object SchiffWaren : Storage<Schiff_has_Ware>

Holding Schiff_has_Ware objects that were loaded from the database. They always depend on the current schiff

Schiffe object Schiffe : Storage<Schiff>

Holding all Schiff objects that were loaded from the database

Storage sealed class Storage<T : Entity<T>>

Provides Storage for various Entitys

Users object Users : Storage<Trader>

Holding all Trader objects that were loaded from the database