UserEntity

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

Exposed entity

Constructors

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

Types

Link copied to clipboard
object Companion : IntEntityClass<UserEntity>

Properties

Link copied to clipboard
var email: String
Link copied to clipboard
var password: String
Link copied to clipboard
var role: UserRole
Link copied to clipboard
val tokens: SizedIterable<TokenEntity>

Extensions

Link copied to clipboard
fun UserEntity.toUser(): User

Convert