Uses of Class
org.restheart.mongodb.db.DocumentDAO
-
Packages that use DocumentDAO Package Description org.restheart.mongodb.handlers.bulk Handlers for HTTP requests related to bulk operationsorg.restheart.mongodb.handlers.collection Handlers for HTTP requests related to a collection resourceorg.restheart.mongodb.handlers.document Handlers for HTTP requests related to a document resource -
-
Uses of DocumentDAO in org.restheart.mongodb.handlers.bulk
Constructors in org.restheart.mongodb.handlers.bulk with parameters of type DocumentDAO Constructor Description BulkDeleteDocumentsHandler(DocumentDAO documentDAO)Creates a new instance of BulkDeleteDocumentsHandlerBulkPatchDocumentsHandler(PipelinedHandler next, DocumentDAO documentDAO)BulkPatchDocumentsHandler(DocumentDAO documentDAO)BulkPostCollectionHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of BulkPostCollectionHandlerBulkPostCollectionHandler(DocumentDAO documentDAO)Creates a new instance of BulkPostCollectionHandler -
Uses of DocumentDAO in org.restheart.mongodb.handlers.collection
Constructors in org.restheart.mongodb.handlers.collection with parameters of type DocumentDAO Constructor Description PostCollectionHandler(PipelinedHandler next, DocumentDAO documentDAO)PostCollectionHandler(DocumentDAO documentDAO) -
Uses of DocumentDAO in org.restheart.mongodb.handlers.document
Constructors in org.restheart.mongodb.handlers.document with parameters of type DocumentDAO Constructor Description DeleteDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of DeleteDocumentHandlerDeleteDocumentHandler(DocumentDAO documentDAO)Creates a new instance of DeleteDocumentHandlerPatchDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)PatchDocumentHandler(DocumentDAO documentDAO)PutDocumentHandler(PipelinedHandler next, DocumentDAO documentDAO)Creates a new instance of PutDocumentHandler
-