SessionRepository

Functions

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