Uses of Class
org.hibernate.ogm.datastore.mongodb.AssociationStorage

Packages that use AssociationStorage
org.hibernate.ogm.datastore.mongodb   
org.hibernate.ogm.datastore.mongodb.impl   
org.hibernate.ogm.dialect.mongodb   
 

Uses of AssociationStorage in org.hibernate.ogm.datastore.mongodb
 

Methods in org.hibernate.ogm.datastore.mongodb that return AssociationStorage
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.
 

Uses of AssociationStorage in org.hibernate.ogm.datastore.mongodb.impl
 

Methods in org.hibernate.ogm.datastore.mongodb.impl that return AssociationStorage
 AssociationStorage MongoDBDatastoreProvider.getAssociationStorage()
           
 

Uses of AssociationStorage in org.hibernate.ogm.dialect.mongodb
 

Methods in org.hibernate.ogm.dialect.mongodb with parameters of type AssociationStorage
static com.mongodb.DBObject MongoHelpers.associationKeyToObject(AssociationStorage storage, AssociationKey key)
           
static boolean MongoHelpers.isEmbeddedInEntity(AssociationKey key, AssociationStorage storage)
           
 

Constructors in org.hibernate.ogm.dialect.mongodb with parameters of type AssociationStorage
MongoDBAssociationSnapshot(com.mongodb.DBObject document, AssociationKey key, AssociationStorage storage)
           
 



Copyright © 2010-2012 Hibernate. All Rights Reserved.