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.
This
FindByIndexNameSessionRepository
implementation is kept to support backwards compatibility.- Since:
- 1.2
-
Field Summary
Fields inherited from class org.springframework.session.data.mongo.MongoIndexedSessionRepository
DEFAULT_COLLECTION_NAME, DEFAULT_INACTIVE_INTERVAL
Fields inherited from interface org.springframework.session.FindByIndexNameSessionRepository
PRINCIPAL_NAME_INDEX_NAME
-
Constructor Summary
ConstructorDescriptionMongoOperationsSessionRepository
(org.springframework.data.mongodb.core.MongoOperations mongoOperations) Deprecated. -
Method Summary
Methods inherited from class org.springframework.session.data.mongo.MongoIndexedSessionRepository
afterPropertiesSet, createSession, deleteById, findById, findByIndexNameAndIndexValue, save, setApplicationEventPublisher, setCollectionName, setMaxInactiveIntervalInSeconds, setMongoSessionConverter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.session.FindByIndexNameSessionRepository
findByPrincipalName
-
Constructor Details
-
MongoOperationsSessionRepository
public MongoOperationsSessionRepository(org.springframework.data.mongodb.core.MongoOperations mongoOperations) Deprecated.
-
MongoIndexedSessionRepository
.