Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Method and Description |
---|---|
static CollationStrength |
CollationStrength.fromInt(int intRepresentation)
Gets the order from the given integer representation.
|
CollationStrength |
Collation.getStrength()
Returns the collation strength
|
static CollationStrength |
CollationStrength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollationStrength[] |
CollationStrength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collation.Builder |
Collation.Builder.collationStrength(CollationStrength strength)
Sets the collation strength
|
Copyright © 2017. All Rights Reserved.