lightdb-core
lightdb-core
API
lightdb
index
IndexSupport
IndexedField
Indexer
model
AbstractCollection
AbstractCollection
Collection
Collection
DocumentAction
DocumentAction
PostDelete
PostSet
PreDelete
PreSet
DocumentActionSupport
DocumentActions
DocumentListener
DocumentModel
RecordDocumentCollection
RecordDocumentModel
UnitActions
query
Filter
PageContext
PagedResults
Query
SearchContext
Sort
Sort
BestMatch
ByField
IndexOrder
upgrade
DatabaseUpgrade
util
FlushingBacklog
ByteArrayExtras
DocLock
DocLock
Empty
Set
Document
Id
Id
IndexedLink
IndexedLink
IndexedLinks
KeyValue
KeyValue
LightDB
stored
MaxLinks
MaxLinks
NoMax
OverflowError
OverflowTrim
OverflowWarn
RecordDocument
Store
StoredValue
Unique
lightdb-core
/
lightdb
/
lightdb.model
/
DocumentActionSupport
DocumentActionSupport
lightdb.model.DocumentActionSupport
trait
DocumentActionSupport
[
D
<:
Document
[
D
]]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Known subtypes
trait
AbstractCollection
[
D
]
class
Collection
[
D
]
class
RecordDocumentCollection
[
D
]
Members list
Clear all
Value members
Concrete methods
protected
def
doDelete
(
id
:
Id
[
D
],
collection
:
AbstractCollection
[
D
],
get
: (
Id
[
D
])
=>
IO
[
D
],
delete
: (
Id
[
D
])
=>
IO
[
Unit
])(
implicit
lock
:
DocLock
[
D
]):
IO
[
Id
[
D
]]
protected
def
doSet
(
doc
:
D
,
collection
:
AbstractCollection
[
D
],
set
: (
Id
[
D
],
Json
)
=>
IO
[
Unit
])(
implicit
lock
:
DocLock
[
D
]):
IO
[
D
]
Concrete fields
val
commitActions
:
UnitActions
val
disposeActions
:
UnitActions
val
postDelete
:
DocumentActions
[
D
,
D
]
val
postSet
:
DocumentActions
[
D
,
D
]
val
preDelete
:
DocumentActions
[
D
,
D
]
val
preDeleteId
:
DocumentActions
[
D
,
Id
[
D
]]
val
preSet
:
DocumentActions
[
D
,
D
]
val
preSetJson
:
DocumentActions
[
D
,
Json
]
val
truncateActions
:
UnitActions
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields