toggle menu
piper-kt
9.3.0
common
switch theme
search in API
commons
/
piperkt.common.ddd
/
Repository
Repository
interface
Repository
<
Id
:
EntityId
<
*
>
,
E
:
AggregateRoot
<
Id
>
>
Inheritors
InMemoryRepository
Members
Functions
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
Id
)
:
E
?
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
Id
)
:
E
?
save
Link copied to clipboard
abstract
fun
save
(
entity
:
E
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
E
)