public class MongoDBAssociationRowFactory extends StructureOptimizerAssociationRowFactory<org.bson.Document>
AssociationRowFactory which creates association rows based on the Document based representation used
in MongoDB.| Modifier and Type | Field and Description |
|---|---|
static MongoDBAssociationRowFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected AssociationRow.AssociationRowAccessor<org.bson.Document> |
getAssociationRowAccessor(String[] prefixedColumns,
String prefix) |
protected org.bson.Document |
getSingleColumnRow(String columnName,
Object value) |
createAssociationRowpublic static final MongoDBAssociationRowFactory INSTANCE
protected org.bson.Document getSingleColumnRow(String columnName, Object value)
getSingleColumnRow in class StructureOptimizerAssociationRowFactory<org.bson.Document>protected AssociationRow.AssociationRowAccessor<org.bson.Document> getAssociationRowAccessor(String[] prefixedColumns, String prefix)
getAssociationRowAccessor in class StructureOptimizerAssociationRowFactory<org.bson.Document>Copyright © 2010–2017 Hibernate. All rights reserved.