| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.query |
MongoDB specific query and update support.
|
| Modifier and Type | Method and Description |
|---|---|
static MongoRegexCreator.MatchMode |
MongoRegexCreator.MatchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoRegexCreator.MatchMode[] |
MongoRegexCreator.MatchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
MongoRegexCreator.toRegularExpression(String source,
MongoRegexCreator.MatchMode matcherType)
Creates a regular expression String to be used with
$regex. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.