| Modifier and Type | Method and Description |
|---|---|
static AssociationStorageType |
AssociationStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationStorageType[] |
AssociationStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationStorageType |
MongoDBDatastoreProvider.getAssociationStorage() |
| Modifier and Type | Method and Description |
|---|---|
AssociationStorageType |
MongoDBConfiguration.getAssociationStorage() |
| Modifier and Type | Method and Description |
|---|---|
static com.mongodb.DBObject |
MongoHelpers.associationKeyToObject(AssociationStorageType storage,
AssociationKey key) |
static boolean |
MongoHelpers.isEmbeddedInEntity(AssociationKey key,
AssociationStorageType storage) |
| Constructor and Description |
|---|
MongoDBAssociationSnapshot(com.mongodb.DBObject document,
AssociationKey key,
AssociationStorageType storage) |
| Modifier and Type | Method and Description |
|---|---|
AssociationStorageType |
AssociationStorageOption.getAssociationStorage() |
| Constructor and Description |
|---|
AssociationStorageOption(AssociationStorageType associationStorage) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
MongoDBPropertyOptions.associationStorage(AssociationStorageType storage) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
MongoDBPropertyContext.associationStorage(AssociationStorageType storage) |
Copyright © 2010-2013 Hibernate. All Rights Reserved.