Interface IUserRepository
- All Superinterfaces:
IRepository<User,
String>
- All Known Implementing Classes:
UserRepository
Repository interface for managing User entities.
This interface defines the contract for user data access operations, providing methods to retrieve, store, and manage users of all types (Applicant, HDBOfficer, HDBManager) in the BTO Management System.
The interface extends the base repository interface with user-specific functionality and ensures proper data persistence regardless of the underlying storage mechanism.
-
Method Summary