Upsert

akka.persistence.r2dbc.state.javadsl.AdditionalColumn$.Upsert
final case class Upsert[A](persistenceId: String, entityType: String, slice: Int, revision: Long, value: A)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product