ServerRepository

Functions

Link copied to clipboard
abstract fun deleteAll()
Link copied to clipboard
abstract fun deleteById(id: ServerId): Server?
Link copied to clipboard
abstract fun findById(id: ServerId): Server?
Link copied to clipboard
abstract fun save(entity: Server)
Link copied to clipboard
abstract fun update(entity: Server)