object OrtWaren : Storage<Ort_has_Ware>
Holding Ort_has_Ware objects that were loaded from the database. They always depend on the current ort
retrieveOnLoad |
val retrieveOnLoad: Boolean
Whether loaded Entities should be retrieved eagerly after loading. Recommended when Entities are being loaded directly from the database |
loading |
val loading: SimpleBooleanProperty
|
supplier |
val supplier: () -> List<T>
|
asSequence |
fun asSequence(): Sequence<T>
Creates a Sequence instance that wraps the original collection returning its elements when being iterated. |
clear |
fun clear(): Unit
Clears all items |
get |
fun get(): ObservableList<T>
Retrieves the stored items |
load |
open fun load(): Unit
Reloads the contained items |
valueOf |
fun Any?.valueOf(): String
|