toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
friendships-service
/
piperkt.services.friendships.application
/
FriendshipRequestRepository
Friendship
Request
Repository
interface
FriendshipRequestRepository
:
Repository
<
FriendshipRequestId
,
FriendshipRequest
>
Inheritors
FriendshipRequestRepositoryImpl
Members
Functions
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
FriendshipRequestId
)
:
FriendshipRequest
?
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
FriendshipRequestId
)
:
FriendshipRequest
?
find
By
Members
Link copied to clipboard
abstract
fun
findByMembers
(
from
:
String
,
to
:
String
)
:
FriendshipRequest
?
find
By
Receiver
Link copied to clipboard
abstract
fun
findByReceiver
(
user
:
String
)
:
List
<
FriendshipRequest
>
save
Link copied to clipboard
abstract
fun
save
(
entity
:
FriendshipRequest
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
FriendshipRequest
)