IdentifiableEntity

@MappedSuperclass
open class IdentifiableEntity<T> : Identifiable<T>

Constructors

Link copied to clipboard
constructor()
constructor(id: T)

Functions

Link copied to clipboard
abstract fun getId(): T
Link copied to clipboard
abstract fun setId(id: T)