| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.options | |
| org.hibernate.ogm.datastore.mongodb.options.navigation |
| Modifier and Type | Method and Description |
|---|---|
static AssociationDocumentStorageType |
AssociationDocumentStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDocumentStorageType[] |
AssociationDocumentStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBGlobalContext |
MongoDBGlobalContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBPropertyContext |
MongoDBPropertyContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBEntityContext |
MongoDBEntityContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.