Package io.micronaut.data.document.mongo
Interface MongoAnnotations
@Internal
public interface MongoAnnotations
Mongo annotations constants.
- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
REPOSITORY
- See Also:
-
FIND_QUERY
- See Also:
-
AGGREGATION_QUERY
- See Also:
-
DELETE_QUERY
- See Also:
-
UPDATE_QUERY
- See Also:
-
FILTER
- See Also:
-
SORT
- See Also:
-
PROJECTION
- See Also:
-
COLLATION
- See Also:
-
FILTER_ROLE
- See Also:
-
PIPELINE_ROLE
- See Also:
-
UPDATE_ROLE
- See Also:
-
FIND_OPTIONS_ROLE
- See Also:
-
AGGREGATE_OPTIONS_ROLE
- See Also:
-
UPDATE_OPTIONS_ROLE
- See Also:
-
DELETE_OPTIONS_ROLE
- See Also:
-
EXECUTOR_REPOSITORY
- See Also:
-
REACTIVE_EXECUTOR_REPOSITORY
- See Also:
-
BSON
- See Also:
-
FIND_OPTIONS_BEAN
- See Also:
-
AGGREGATION_OPTIONS_BEAN
- See Also:
-
UPDATE_OPTIONS_BEAN
- See Also:
-
DELETE_OPTIONS_BEAN
- See Also:
-
PAGEABLE_BEAN
- See Also:
-