クラス GridFsCriteria
java.lang.ObjectSE
org.springframework.data.mongodb.core.query.Criteria
org.springframework.data.mongodb.gridfs.GridFsCriteria
- 実装されているすべてのインターフェース:
CriteriaDefinition
Criteria
を定義するための GridFs 固有のヘルパークラス。- 作成者:
- Oliver Gierke, Christoph Strobl
ネストされたクラスの要約
クラス org.springframework.data.mongodb.core.query.Criteria から継承されたネストクラス / インターフェース
Criteria.BitwiseCriteriaOperators
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明static GridFsCriteria
ファイルのコンテンツ型を制限するためのGridFsCriteria
を作成します。static GridFsCriteria
ファイル名の制限のためのGridFsCriteria
を作成します。static GridFsCriteria
ファイルのメタデータの制限のためのGridFsCriteria
を作成します。static GridFsCriteria
whereMetaData
(StringSE metadataKey) 単一ファイルのメタデータ項目に対する制限用のGridFsCriteria
を作成します。クラス org.springframework.data.mongodb.core.query.Criteria から継承されたメソッド
alike, all, all, and, andDocumentStructureMatches, andOperator, andOperator, bits, byExample, byExample, elemMatch, equals, exists, expr, getCriteriaObject, getKey, getSingleCriteriaObject, gt, gte, hashCode, in, in, intersects, is, isNull, isNullValue, lt, lte, matchingDocumentStructure, maxDistance, minDistance, mod, ne, near, nearSphere, nin, nin, norOperator, norOperator, not, orOperator, orOperator, regex, regex, regex, regex, sampleRate, size, type, type, type, where, within, withinSphere
コンストラクターの詳細
GridFsCriteria
指定されたキーに対して新しいGridFsCriteria
を作成します。- パラメーター:
key
- null であってはなりません。
メソッドの詳細
whereMetaData
ファイルのメタデータの制限のためのGridFsCriteria
を作成します。- 戻り値:
GridFsCriteria
の新しいインスタンス。
whereMetaData
単一ファイルのメタデータ項目に対する制限用のGridFsCriteria
を作成します。- パラメーター:
metadataKey
- null でもかまいません。- 戻り値:
GridFsCriteria
の新しいインスタンス。
whereFilename
ファイル名の制限のためのGridFsCriteria
を作成します。- 戻り値:
GridFsCriteria
の新しいインスタンス。
whereContentType
ファイルのコンテンツ型を制限するためのGridFsCriteria
を作成します。- 戻り値:
GridFsCriteria
の新しいインスタンス。