LuceneTransaction
lightdb.lucene.LuceneTransaction
case class LuceneTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]](store: LuceneStore[Doc, Model], state: LuceneState[Doc], parent: Option[Transaction[Doc, Model]]) extends CollectionTransaction[Doc, Model]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CollectionTransaction[Doc, Model]trait Transaction[Doc, Model]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
override def aggregate(query: AggregateQuery[Doc, Model]): Stream[MaterializedAggregate[Doc, Model]]
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
CollectionTransaction
Attributes
- Definition Classes
-
Transaction
Attributes
- Definition Classes
-
Transaction
Inherited methods
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
def modify(id: Id[Doc], establishLock: Boolean, deleteOnNone: Boolean)(f: Forge[Option[Doc], Option[Doc]]): Task[Option[Doc]]
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Inherited fields
Attributes
- Inherited from:
- CollectionTransaction
In this article