toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.domain.session
/
SessionRepository
Session
Repository
interface
SessionRepository
:
Repository
<
SessionId
,
Session
>
Inheritors
SessionRepositoryImpl
Members
Functions
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
SessionId
)
:
Session
?
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
SessionId
)
:
Session
?
save
Link copied to clipboard
abstract
fun
save
(
entity
:
Session
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
Session
)