toggle menu
Social-Network
0.1.0-archeo+31d6ff7
common
switch theme
search in API
commons
/
social.common.ddd
/
Repository
Repository
interface
Repository
<
I
:
ID
<
*
>
,
E
:
Entity
<
*
>
>
Marker interface to easily identify a domain object as repository.
Members
Functions
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
I
)
:
E
?
find
All
Link copied to clipboard
abstract
fun
findAll
(
)
:
Array
<
E
>
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
I
)
:
E
?
save
Link copied to clipboard
abstract
fun
save
(
entity
:
E
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
E
)