toggle menu
Social-Network
0.1.0-archeo+31d6ff7
jvm
switch theme
search in API
friendship-service
/
social.friendship.application
/
UserRepository
User
Repository
interface
UserRepository
:
Repository
<
User.UserID
,
User
>
,
ConnectableRepository
Repository to manage users.
Inheritors
UserSQLRepository
Members
Functions
connect
Link copied to clipboard
abstract
fun
connect
(
host
:
String
,
port
:
String
,
dbName
:
String
,
username
:
String
,
password
:
String
)
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
)