AutoGeneratedIdentifiableEntity

@MappedSuperclass
open class AutoGeneratedIdentifiableEntity : Identifiable<T>

Constructors

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

Functions

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