FriendshipRepository

Functions

Link copied to clipboard
abstract fun connect(host: String, port: String, dbName: String, username: String, password: String)
Link copied to clipboard
Link copied to clipboard
abstract fun findAll(): Array<Friendship>
Link copied to clipboard
abstract fun findAllFriendsOf(userID: User.UserID): Iterable<User>
Link copied to clipboard
Link copied to clipboard
abstract fun save(entity: Friendship)
Link copied to clipboard
abstract fun update(entity: Friendship)