| Modifier and Type | Method and Description |
|---|---|
static AssociationStorageStrategy |
AssociationStorageStrategy.getInstance(AssociationKeyMetadata keyMetadata,
AssociationStorageType associationStorage,
AssociationDocumentStorageType associationDocumentStorage) |
| 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 |
|---|---|
AssociationDocumentStorageType |
AssociationDocumentStorageOption.getDefaultValue(ConfigurationPropertyReader propertyReader) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
MongoDBPropertyContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBGlobalContext |
MongoDBGlobalContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBEntityContext |
MongoDBEntityContext.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage)
Specifies how association documents should be persisted.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
MongoDBPropertyContextImpl.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage) |
MongoDBEntityContext |
MongoDBEntityContextImpl.associationDocumentStorage(AssociationDocumentStorageType associationDocumentStorage) |
Copyright © 2010–2017 Hibernate. All rights reserved.