Spring Data MongoDB

Uses of Class
org.springframework.data.mongodb.gridfs.GridFsCriteria

Packages that use GridFsCriteria
org.springframework.data.mongodb.gridfs   
 

Uses of GridFsCriteria in org.springframework.data.mongodb.gridfs
 

Methods in org.springframework.data.mongodb.gridfs that return GridFsCriteria
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.
 


Spring Data MongoDB

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.