PostgreSQLTransaction
lightdb.postgresql.PostgreSQLTransaction
case class PostgreSQLTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]](store: PostgreSQLStore[Doc, Model], state: SQLState[Doc, Model], parent: Option[Transaction[Doc, Model]]) extends SQLStoreTransaction[Doc, Model]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SQLStoreTransaction[Doc, Model]trait CollectionTransaction[Doc, Model]trait Transaction[Doc, Model]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
override def aggregate(query: AggregateQuery[Doc, Model]): Stream[MaterializedAggregate[Doc, Model]]
Attributes
- Definition Classes
-
SQLStoreTransaction -> CollectionTransaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> CollectionTransaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- SQLStoreTransaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> CollectionTransaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- SQLStoreTransaction
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
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
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:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Attributes
- Definition Classes
-
SQLStoreTransaction -> Transaction
- Inherited from:
- SQLStoreTransaction
Attributes
- Inherited from:
- Transaction
Attributes
- Inherited from:
- Transaction
Inherited fields
Attributes
- Inherited from:
- CollectionTransaction
In this article