toggle menu
Social-Network
0.1.0-archeo+31d6ff7
jvm
switch theme
search in API
user-service
/
social.user.application
/
UserRepository
User
Repository
interface
UserRepository
:
Repository
<
User.UserID
,
User
>
Repository to manage users.
Inheritors
UserSQLRepository
Members
Functions
delete
By
Id
Link copied to clipboard
abstract
fun
deleteById
(
id
:
User.UserID
)
:
User
?
find
All
Link copied to clipboard
abstract
fun
findAll
(
)
:
Array
<
User
>
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
User.UserID
)
:
User
?
save
Link copied to clipboard
abstract
fun
save
(
entity
:
User
)
update
Link copied to clipboard
abstract
fun
update
(
entity
:
User
)