ProfilePictureOperations

Operations for managing a user's profile picture. Extracted as an interface so Spring can proxy via JDK dynamic proxies on newer JDKs without CGLIB.

Inheritors

Functions

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