JavaScript is disabled on your browser.
Skip navigation links
Spring Data MongoDB - Core
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Module
spring.data.mongodb
Package
org.springframework.data.mongodb.core.mapping
Annotation Interface Queryable
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
ANNOTATION_TYPE
})
public @interface
Queryable
Since:
4.5
Author:
Christoph Strobl
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
long
contentionFactor
Set the contention factor
String
queryAttributes
String
queryType
Element Details
queryType
String
queryType
Returns:
empty
String
if not set.
Default:
""
queryAttributes
String
queryAttributes
Returns:
empty
String
if not set.
Default:
""
contentionFactor
long
contentionFactor
Set the contention factor
Returns:
the contention factor
Default:
-1L