QueryId

open class QueryId<T>(val namespace: String, val tags: SurrogateKey) : UniqueId

Unique identifier for QueryKey.

Constructors

Link copied to clipboard
constructor(namespace: String, vararg tags: SurrogateKey)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val namespace: String

The namespace of this unique identifier.

Link copied to clipboard
open override val tags: Array<out SurrogateKey>

The tags of this unique identifier.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String