UserRepository

class UserRepository

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getUserById
Link copied to clipboard
fun getUserById(userId: Long): User
getUserIdByAisId
Link copied to clipboard
fun getUserIdByAisId(aisId: Long): Long?
getUsersWithRoles
Link copied to clipboard
fun getUsersWithRoles(roleIds: List<Int>): List<GetUsersWithRoleDto>
hashCode
Link copied to clipboard
open fun hashCode(): Int
insert
Link copied to clipboard
fun insert(user: User): Long
toString
Link copied to clipboard
open fun toString(): String
upsert
Link copied to clipboard
fun upsert(user: User): Long