Companion

object Companion

Properties

Link copied to clipboard
const val INITIAL_VERSION: Int = 1

The version value representing the first initialized state of an entity. This is the version assigned after the entity's initial creation or first meaningful operation.

Link copied to clipboard
const val UNINITIALIZED_VERSION: Int = 0

The version value representing an uninitialized entity. New entities start with this version before their first modification.