lightdb.model

package lightdb.model

Members list

Type members

Classlikes

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class Collection[D <: Document[D]](val collectionName: String, val db: LightDB, val autoCommit: Boolean, val atomic: Boolean) extends AbstractCollection[D], DocumentModel[D]

Attributes

Companion
object
Supertypes
trait DocumentModel[D]
class Object
trait Matchable
class Any
Show all
Known subtypes
object Collection

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Collection.type
sealed trait DocumentAction

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PostDelete
object PostSet
object PreDelete
object PreSet

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class DocumentActions[D <: Document[D], Value](action: DocumentAction)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait DocumentListener[D <: Document[D], Value]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait DocumentModel[D <: Document[D]]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
abstract class RecordDocumentCollection[D <: RecordDocument[D]](collectionName: String, db: LightDB) extends Collection[D], RecordDocumentModel[D]

Attributes

Supertypes
class Collection[D]
trait DocumentModel[D]
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait DocumentModel[D]
class Object
trait Matchable
class Any
Known subtypes
class UnitActions

Attributes

Supertypes
class Object
trait Matchable
class Any