| Enum | Description |
|---|---|
| AssociationDocumentType |
Strategies for storing MongoDB association documents.
|
| 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-2014 Hibernate. All Rights Reserved.