UserCredentialsRepository

Repository interface for managing UserCredentials entities.

This interface extends the generic Repository interface, providing CRUD operations for UserCredentials entities identified by a UserId.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun delete(entity: UserCredentials)
Link copied to clipboard
abstract fun findById(id: UserId): UserCredentials?
Link copied to clipboard
abstract fun save(entity: UserCredentials)
Link copied to clipboard
abstract fun update(entity: UserCredentials)