public class RedisAssociationSnapshot
extends org.hibernate.ogm.datastore.document.association.spi.AssociationRows
AssociationSnapshot implementation based on a RedisAssociation (which in turn wraps an association
value or an association stored within an entity value) as written to and retrieved from the Redis server.| Constructor and Description |
|---|
RedisAssociationSnapshot(RedisAssociation association,
org.hibernate.ogm.model.key.spi.AssociationKey key) |
| Modifier and Type | Method and Description |
|---|---|
RedisAssociation |
getRedisAssociation() |
public RedisAssociationSnapshot(RedisAssociation association, org.hibernate.ogm.model.key.spi.AssociationKey key)
public RedisAssociation getRedisAssociation()
Copyright © 2010–2017 Hibernate. All rights reserved.