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