toggle menu
api-services
JVM
switch theme
search in API
api-services
/
org.cryptotrader.api.library.services.entity.user
Package-level
declarations
Types
Types
Product
User
Entity
Service
Link copied to clipboard
@
Service
class
ProductUserEntityService
@
Autowired
constructor
(
repository
:
ProductUserRepository
)
:
BaseEntityService
<
ProductUser
,
Long
,
ProductUserRepository
>
Profile
Picture
Entity
Service
Link copied to clipboard
@
Service
class
ProfilePictureEntityService
@
Autowired
constructor
(
repository
:
ProfilePictureRepository
)
:
BaseEntityService
<
ProfilePicture
,
Long
,
ProfilePictureRepository
>