public class RedisAssociationRowFactory extends 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 AssociationRow.AssociationRowAccessor<Map<String,Object>> |
getAssociationRowAccessor(String[] prefixedColumns,
String prefix) |
protected Map<String,Object> |
getSingleColumnRow(String columnName,
Object value) |
createAssociationRowpublic static final RedisAssociationRowFactory INSTANCE
protected Map<String,Object> getSingleColumnRow(String columnName, Object value)
getSingleColumnRow in class StructureOptimizerAssociationRowFactory<Map<String,Object>>protected AssociationRow.AssociationRowAccessor<Map<String,Object>> getAssociationRowAccessor(String[] prefixedColumns, String prefix)
getAssociationRowAccessor in class StructureOptimizerAssociationRowFactory<Map<String,Object>>Copyright © 2010–2016 Hibernate. All rights reserved.