doobie.util.transactor.Strategy
See theStrategy companion class
object Strategy
Attributes
- Companion
- class
- Source
- transactor.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Strategy.type
Members list
Grouped members
Constructors
A default Strategy with the following properties:
A default Strategy with the following properties:
- Auto-commit will be set to
false; - the transaction will
commiton success androllbackon failure;
Attributes
- Source
- transactor.scala
A no-op Strategy. All actions simply return ().
Lenses
Attributes
- Source
- transactor.scala
Attributes
- Source
- transactor.scala
Attributes
- Source
- transactor.scala
Attributes
- Source
- transactor.scala
Type members
Inherited and Abstract types
The names of the product elements
The name of the type
In this article