Package-level declarations
Types
Link copied to clipboard
@MongoRepository
MongoDB CRUD repository for UserCredentialsDocument.
Link copied to clipboard
Micronaut Data Mongo repository contract for low-level CRUD operations on UserDocument.
Link copied to clipboard
@Singleton
@Requires(env = ["prod"] )
Production implementation of the UserCredentialsRepository interface using MongoDB.
Link copied to clipboard
@Singleton
@Requires(env = ["prod"] )
Production-only MongoDB-backed implementation of the domain UserRepository.