Uses of Class
org.restheart.mongodb.db.sessions.ClientSessionFactory
-
Packages that use ClientSessionFactory Package Description org.restheart.mongodb.db.sessions org.restheart.mongodb.handlers.injectors Handlers in charge of injecting data into the request -
-
Uses of ClientSessionFactory in org.restheart.mongodb.db.sessions
Subclasses of ClientSessionFactory in org.restheart.mongodb.db.sessions Modifier and Type Class Description classTxnClientSessionFactoryMethods in org.restheart.mongodb.db.sessions that return ClientSessionFactory Modifier and Type Method Description static ClientSessionFactoryClientSessionFactory. getInstance() -
Uses of ClientSessionFactory in org.restheart.mongodb.handlers.injectors
Methods in org.restheart.mongodb.handlers.injectors that return ClientSessionFactory Modifier and Type Method Description ClientSessionFactoryClientSessionInjector. getClientSessionFactory()Methods in org.restheart.mongodb.handlers.injectors with parameters of type ClientSessionFactory Modifier and Type Method Description voidClientSessionInjector. setClientSessionFactory(ClientSessionFactory clientSessionFactory)
-