Package | Description |
---|---|
org.springframework.data.mongodb.gridfs |
Support for MongoDB GridFS feature.
|
Modifier and Type | Method and Description |
---|---|
static GridFsCriteria |
GridFsCriteria.whereContentType()
Creates a
GridFsCriteria for restrictions on the file's content type. |
static GridFsCriteria |
GridFsCriteria.whereFilename()
Creates a
GridFsCriteria for restrictions on the file's name. |
static GridFsCriteria |
GridFsCriteria.whereMetaData()
Creates a
GridFsCriteria for restrictions on the file's metadata. |
static GridFsCriteria |
GridFsCriteria.whereMetaData(String metadataKey)
Creates a
GridFsCriteria for restrictions on a single file's metadata item. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.