Back to Exposed

DaoEntityID

docs/api/exposed-dao/org.jetbrains.exposed.v1.dao/-dao-entity-i-d/index.html

1.2.02.4 KB
Original Source

DaoEntityID

class DaoEntityID<T : Any>(id: T?, table: IdTable<T>) : EntityID<T>

Class representing a wrapper for a stored identity value of type T, which is managed and cached by an EntityClass using a data access object pattern.

Members

Constructors

DaoEntityID

Link copied to clipboard

constructor(id: T?, table: IdTable<T>)

Properties

_value

Link copied to clipboard

var _value: Any?

table

Link copied to clipboard

val table: IdTable<T>

value

Link copied to clipboard

val value: T

Functions

equals

Link copied to clipboard

open operator override fun equals(other: Any?): Boolean

hashCode

Link copied to clipboard

open override fun hashCode(): Int

toString

Link copied to clipboard

open override fun toString(): String

Generated by Dokka © 2026 Copyright