toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.domain
/
FriendshipRepository
Friendship
Repository
interface
FriendshipRepository
:
Repository
<
FriendshipId
,
Friendship
>
Inheritors
FriendshipRepositoryImpl
Members
Functions
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
FriendshipId
)
:
Friendship
?
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
FriendshipId
)
:
Friendship
?
find
By
Members
Link copied to clipboard
abstract
fun
findByMembers
(
from
:
String
,
to
:
String
)
:
Friendship
?
find
By
User
Link copied to clipboard
abstract
fun
findByUser
(
user
:
String
)
:
List
<
Friendship
>
save
Link copied to clipboard
abstract
fun
save
(
entity
:
Friendship
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
Friendship
)