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