クラス 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 GridFsCriteriawhereMetaData(@Nullable 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, raw, 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の新しいインスタンス。