Uses of Interface
org.restheart.mongodb.db.Database
Packages that use Database
Package
Description
Data Access Object Classes to decouple the handling logic from the db
Handlers for HTTP requests related to a collection resource
Handlers for HTTP requests related to a database resource
Handlers for HTTP requests related to the root resource
-
Uses of Database in org.restheart.mongodb.db
Classes in org.restheart.mongodb.db that implement DatabaseMethods in org.restheart.mongodb.db with parameters of type DatabaseModifier and TypeMethodDescriptionGridFsDAO.createFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath)GridFsRepository.createFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath)voidGridFsDAO.deleteChunksCollection(Database db, String dbName, String bucketName)voidGridFsRepository.deleteChunksCollection(Database db, String dbName, String bucketName)GridFsDAO.deleteFile(Database db, String dbName, String bucketName, org.bson.BsonValue fileId, org.bson.BsonDocument filter, String requestEtag, boolean checkEtag)GridFsRepository.deleteFile(Database db, String dbName, String bucketName, org.bson.BsonValue fileId, org.bson.BsonDocument filter, String requestEtag, boolean checkEtag)GridFsDAO.upsertFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath, org.bson.BsonValue fileId, org.bson.BsonDocument filter, String requestEtag, boolean checkEtag)GridFsRepository.upsertFile(Database db, String dbName, String bucketName, org.bson.BsonDocument metadata, Path filePath, org.bson.BsonValue fileId, org.bson.BsonDocument filter, String requestEtag, boolean checkEtag) -
Uses of Database in org.restheart.mongodb.handlers.collection
Constructors in org.restheart.mongodb.handlers.collection with parameters of type DatabaseModifierConstructorDescriptionGetCollectionHandler(PipelinedHandler next, Database dbsDAO)PutCollectionHandler(PipelinedHandler next, Database dbsDAO)Creates a new instance of PutCollectionHandler -
Uses of Database in org.restheart.mongodb.handlers.database
Constructors in org.restheart.mongodb.handlers.database with parameters of type Database -
Uses of Database in org.restheart.mongodb.handlers.root
Constructors in org.restheart.mongodb.handlers.root with parameters of type Database