| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.redis.dialect.model.impl | |
| org.hibernate.ogm.datastore.redis.dialect.value |
| Modifier and Type | Method and Description |
|---|---|
abstract StructuredValue |
RedisAssociation.getOwningDocument()
Returns the Redis value which owns this association, either an
Association or an
Entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
Association
Represents an association stored as a separate Redis value.
|
class |
Entity
Contains the information related to a
Tuple. |
class |
HashEntity
Entity stored using a Redis Hash.
|
Copyright © 2010–2016 Hibernate. All rights reserved.