public class RedisAssociationRowFactory extends org.hibernate.ogm.datastore.document.association.spi.StructureOptimizerAssociationRowFactory<Map<String,Object>>
AssociationRowFactory which creates association rows based on the map based representation used in Redis.| Modifier and Type | Field and Description |
|---|---|
static RedisAssociationRowFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected org.hibernate.ogm.datastore.document.association.spi.AssociationRow.AssociationRowAccessor<Map<String,Object>> |
getAssociationRowAccessor(String[] prefixedColumns,
String prefix) |
protected Map<String,Object> |
getSingleColumnRow(String columnName,
Object value) |
public static final RedisAssociationRowFactory INSTANCE
Copyright © 2010–2017 Hibernate. All rights reserved.