Uses of Interface
org.springframework.data.mongodb.SessionAwareMethodInterceptor.ClientSessionOperator
-
Uses of SessionAwareMethodInterceptor.ClientSessionOperator in org.springframework.data.mongodb
ModifierConstructorDescriptionSessionAwareMethodInterceptor
(com.mongodb.session.ClientSession session, T target, Class<? extends com.mongodb.session.ClientSession> sessionType, Class<D> databaseType, SessionAwareMethodInterceptor.ClientSessionOperator<D> databaseDecorator, Class<C> collectionType, SessionAwareMethodInterceptor.ClientSessionOperator<C> collectionDecorator) Create a new SessionAwareMethodInterceptor for given target.