CRUDDTO

interface CRUDDTO<out I : Serializable>(source)

Base DTO of an entity

Parameters

I

Id type of the data

Functions

Link copied to clipboard
abstract fun createdAt(): Instant

Gets the instant at which this DTO is created

Link copied to clipboard
abstract fun id(): I

Gets identifier of this DTO

Link copied to clipboard
abstract fun updatedAt(): Instant

Gets the instant at which this DTO is last updated

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard