Class MongoOperationsSessionRepository

java.lang.Object
org.springframework.session.data.mongo.MongoIndexedSessionRepository
org.springframework.session.data.mongo.MongoOperationsSessionRepository
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware, FindByIndexNameSessionRepository<MongoSession>, SessionRepository<MongoSession>

@Deprecated public class MongoOperationsSessionRepository extends MongoIndexedSessionRepository
Deprecated.
since 2.2.0 in favor of MongoIndexedSessionRepository.
This FindByIndexNameSessionRepository implementation is kept to support backwards compatibility.
Since:
1.2
  • Constructor Details

    • MongoOperationsSessionRepository

      public MongoOperationsSessionRepository(org.springframework.data.mongodb.core.MongoOperations mongoOperations)
      Deprecated.