| Enum | Description |
|---|---|
| AssociationDocumentStorageType |
Strategies for storing MongoDB association documents.
|
| AuthenticationMechanismType |
Available authentication methods for MongoDB.
|
| ReadPreferenceType |
Read preference options for MongoDB.
|
| WriteConcernType |
Write concern options for MongoDB.
|
| Annotation Type | Description |
|---|---|
| AssociationDocumentStorage |
Specifies whether association documents should be stored in a separate collection per association type or in one
global collection for all associations.
|
| ReadPreference |
Specifies the read preference to be applied when
performing read operations for the annotated entity or property.
|
| WriteConcern |
Specifies the write concern to be applied when
performing write operations to the annotated entity or property.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.