Uses of Interface
org.springframework.data.mongodb.core.SessionScoped
Packages that use SessionScoped
-
Uses of SessionScoped in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core that return SessionScopedModifier and TypeMethodDescriptionMongoOperations.withSession(com.mongodb.ClientSessionOptions sessionOptions) Obtain asessionbound instance ofSessionScopedbinding a newClientSessionwith given sessionOptions to each and every command issued against MongoDB.default SessionScopedMongoOperations.withSession(Supplier<com.mongodb.client.ClientSession> sessionProvider) Obtain asessionbound instance ofSessionScopedbinding theClientSessionprovided by the givenSupplierto each and every command issued against MongoDB.MongoTemplate.withSession(com.mongodb.ClientSessionOptions options)