| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.redis | |
| org.hibernate.ogm.datastore.redis.dialect.model.impl |
| Modifier and Type | Method and Description |
|---|---|
protected Association |
AbstractRedisDialect.getAssociation(AssociationKey key)
Retrieve association from a Redis List or Redis Set, depending on the association type.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRedisDialect.storeAssociation(AssociationKey key,
Association association)
Store an association to a Redis List or Redis Set, depending on the association type.
|
| Modifier and Type | Method and Description |
|---|---|
static RedisAssociation |
RedisAssociation.fromAssociationDocument(Association associationDocument)
Creates a
RedisAssociation from the given Association. |
Copyright © 2010–2016 Hibernate. All rights reserved.