LikeProjectEntity

class LikeProjectEntity(id: EntityID<Int>) : IntEntity

Exposed entity

Constructors

Link copied to clipboard
fun LikeProjectEntity(id: EntityID<Int>)

Types

Link copied to clipboard
object Companion : IntEntityClass<LikeProjectEntity>

Properties

Link copied to clipboard
var createAt: Long
Link copied to clipboard
var key: String
Link copied to clipboard
var projectId: EntityID<Int>

Extensions

Link copied to clipboard
fun LikeProjectEntity.toLike(): Like

Convert to model