DirectRepository

Functions

Link copied to clipboard
abstract fun deleteAll()
Link copied to clipboard
abstract fun deleteById(id: DirectId): Direct?
Link copied to clipboard
abstract fun findById(id: DirectId): Direct?
Link copied to clipboard
abstract fun findByUsers(users: Set<Username>): Direct?
Link copied to clipboard
abstract fun save(entity: Direct)
Link copied to clipboard
abstract fun update(entity: Direct)