| Modifier and Type | Method and Description |
|---|---|
static AssociationStorageStrategy |
AssociationStorageStrategy.getInstance(AssociationKind associationKind,
AssociationStorageType associationStorage,
AssociationDocumentType associationDocumentStorage) |
| Modifier and Type | Method and Description |
|---|---|
static AssociationDocumentType |
AssociationDocumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationDocumentType[] |
AssociationDocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationDocumentType |
AssociationDocumentStorageOption.getDefaultValue(ConfigurationPropertyReader propertyReader) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContext.associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBPropertyContext |
MongoDBPropertyContext.associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBGlobalContext |
MongoDBGlobalContext.associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
Specifies how association documents should be persisted.
|
| Modifier and Type | Method and Description |
|---|---|
MongoDBEntityContext |
MongoDBEntityContextImpl.associationDocumentStorage(AssociationDocumentType associationDocumentStorage) |
MongoDBGlobalContext |
MongoDBGlobalContextImpl.associationDocumentStorage(AssociationDocumentType associationDocumentStorage) |
MongoDBPropertyContext |
MongoDBPropertyContextImpl.associationDocumentStorage(AssociationDocumentType associationDocumentStorage) |
Copyright © 2010-2014 Hibernate. All Rights Reserved.