public class MongoDBAssociationRowFactory extends StructureOptimizerAssociationRowFactory<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(String[] prefixedColumns,
String prefix) |
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 StructureOptimizerAssociationRowFactory<com.mongodb.DBObject>protected AssociationRow.AssociationRowAccessor<com.mongodb.DBObject> getAssociationRowAccessor(String[] prefixedColumns, String prefix)
getAssociationRowAccessor in class StructureOptimizerAssociationRowFactory<com.mongodb.DBObject>Copyright © 2010–2017 Hibernate. All rights reserved.