| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
static UntypedExampleMatcher |
UntypedExampleMatcher.matching() |
static UntypedExampleMatcher |
UntypedExampleMatcher.matchingAll() |
static UntypedExampleMatcher |
UntypedExampleMatcher.matchingAny() |
UntypedExampleMatcher |
UntypedExampleMatcher.withIgnoreCase() |
UntypedExampleMatcher |
UntypedExampleMatcher.withIgnoreCase(boolean defaultIgnoreCase) |
UntypedExampleMatcher |
UntypedExampleMatcher.withIgnoreCase(String... propertyPaths) |
UntypedExampleMatcher |
UntypedExampleMatcher.withIgnoreNullValues() |
UntypedExampleMatcher |
UntypedExampleMatcher.withIgnorePaths(String... ignoredPaths) |
UntypedExampleMatcher |
UntypedExampleMatcher.withIncludeNullValues() |
UntypedExampleMatcher |
UntypedExampleMatcher.withMatcher(String propertyPath,
org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher genericPropertyMatcher) |
UntypedExampleMatcher |
UntypedExampleMatcher.withMatcher(String propertyPath,
org.springframework.data.domain.ExampleMatcher.MatcherConfigurer<org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher> matcherConfigurer) |
UntypedExampleMatcher |
UntypedExampleMatcher.withNullHandler(org.springframework.data.domain.ExampleMatcher.NullHandler nullHandler) |
UntypedExampleMatcher |
UntypedExampleMatcher.withStringMatcher(org.springframework.data.domain.ExampleMatcher.StringMatcher defaultStringMatcher) |
UntypedExampleMatcher |
UntypedExampleMatcher.withTransformer(String propertyPath,
org.springframework.data.domain.ExampleMatcher.PropertyValueTransformer propertyValueTransformer) |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.