public class MongoDBAssociationRowFactory extends SingleColumnAwareAssociationRowFactory<com.mongodb.DBObject>
AssociationRowFactory which creates association rows based on the DBObject based representation used
in MongoDB.| Modifier and Type | Field and Description |
|---|---|
static MongoDBAssociationRowFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected AssociationRow.AssociationRowAccessor<com.mongodb.DBObject> |
getAssociationRowAccessor() |
protected com.mongodb.DBObject |
getSingleColumnRow(String columnName,
Object value) |
createAssociationRowpublic static final MongoDBAssociationRowFactory INSTANCE
protected com.mongodb.DBObject getSingleColumnRow(String columnName, Object value)
getSingleColumnRow in class SingleColumnAwareAssociationRowFactory<com.mongodb.DBObject>protected AssociationRow.AssociationRowAccessor<com.mongodb.DBObject> getAssociationRowAccessor()
getAssociationRowAccessor in class SingleColumnAwareAssociationRowFactory<com.mongodb.DBObject>Copyright © 2010-2014 Hibernate. All Rights Reserved.