Uses of Interface
org.springframework.data.mongodb.core.SessionCallback
Packages that use SessionCallback
-
Uses of SessionCallback in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type SessionCallbackModifier and TypeMethodDescriptiondefault <T> TSessionScoped.execute(SessionCallback<T> action) Executes the givenSessionCallbackwithin theClientSession.<T> TSessionScoped.execute(SessionCallback<T> action, Consumer<com.mongodb.client.ClientSession> doFinally) Executes the givenSessionCallbackwithin theClientSession.