java.lang.Object
com.rcore.database.mongo.commons.port.impl.AbstractMongoRepository<ID,E,D,F>
ru.foodtechlab.abe.mongo.port.AbstractMongoSafeDeleteRepository<String,AuthSessionEntity,AuthSessionDoc,AuthorizationSessionFilters>
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.port.MongoAuthorizationSessionRepository
All Implemented Interfaces:
com.rcore.domain.commons.port.CreateUpdateRepository<AuthSessionEntity>, com.rcore.domain.commons.port.CRUDRepository<String,AuthSessionEntity,AuthorizationSessionFilters>, com.rcore.domain.commons.port.DeleteRepository<String>, com.rcore.domain.commons.port.ReadRepository<String,AuthSessionEntity,AuthorizationSessionFilters>, ru.foodtechlab.abe.domain.port.SafeDeleteCRUDRepository<String,AuthSessionEntity,AuthorizationSessionFilters>, ru.foodtechlab.abe.domain.port.SafeDeleteRepository<String>, ru.foodtechlab.abe.domain.port.SafeReadRepository<String,AuthSessionEntity,AuthorizationSessionFilters>, AuthorizationSessionRepository

@Repository public class MongoAuthorizationSessionRepository extends ru.foodtechlab.abe.mongo.port.AbstractMongoSafeDeleteRepository<String,AuthSessionEntity,AuthSessionDoc,AuthorizationSessionFilters> implements AuthorizationSessionRepository