Model D B
Types
Functions
findAll
Link copied to clipboard
findAllByIndex
Link copied to clipboard
abstract fun <M : Any> findAllByIndex(type: KClass<M>, index: String, vararg options: Options.Find): ModelIndexCursor<M>
Content copied to clipboard
findAllByType
Link copied to clipboard
abstract fun <M : Any> findAllByType(type: KClass<M>, vararg options: Options.Find): ModelCursor<M>
Content copied to clipboard
findByIndex
Link copied to clipboard
abstract fun <M : Any> findByIndex(type: KClass<M>, index: String, value: Any, isOpen: Boolean = false, vararg options: Options.Find): ModelIndexCursor<M>
Content copied to clipboard
getExtension
Link copied to clipboard
getIndexesOf
Link copied to clipboard
getTypeName
Link copied to clipboard
keyFromB64
Link copied to clipboard
newBatch
Link copied to clipboard
newSnapshot
Link copied to clipboard
abstract fun newSnapshot(vararg options: Options.NewSnapshot): ModelSnapshot
Content copied to clipboard
put
Link copied to clipboard
abstract fun <M : Any> put(model: M, vararg options: Options.DirectPut): KeyAndSize<M>
Content copied to clipboard
open override fun <M : Any> put(model: M, vararg options: Options.Puts): KeyAndSize<M>
Content copied to clipboard
register
Link copied to clipboard
valueOfAll
Link copied to clipboard