VersionSelection

intervalidus.DimensionalVersionedBase.VersionSelection
See theVersionSelection companion object

Context parameter for selecting the version interval on which to operate in selection and mutation. Typically, "Current" is the right thing to use (and is provided as the default given) unless you are operating only on potentially unapproved data or delving into version history by operating on a specific past version.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Current extends VersionSelection
final case class Specific(version: VersionDomainValue)