ProfilePictureService

Constructors

Link copied to clipboard
@Autowired
constructor(profilePictureRepository: ProfilePictureRepository)

Functions

Link copied to clipboard
open fun existsByUserId(userId: Long): Boolean
Link copied to clipboard
@Transactional
open fun findByUserId(userId: Long): Optional<ProfilePicture>
Link copied to clipboard
open fun saveProfilePicture(profilePicture: ProfilePicture)