Package com.tp2020.backend.data.questions.dao

Types

Question
Link copied to clipboard
data class Question(id: Long?, question: String, answer: String, categoryId: Int, deleted: Boolean, order: Int, viewsNumber: Int, likesNumber: Int, createdBy: Long, createdAt: LocalDateTime, updatedBy: Long?, deletedBy: Long?, updatedAt: LocalDateTime?, deletedAt: LocalDateTime?)

Functions

from
Link copied to clipboard
fun UpdateBuilder<Any>.from(question: Question)