| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.redis | |
| org.hibernate.ogm.datastore.redis.options.navigation | |
| org.hibernate.ogm.datastore.redis.options.navigation.impl |
| Modifier and Type | Method and Description |
|---|---|
RedisGlobalContext |
Redis.getConfigurationBuilder(org.hibernate.ogm.options.navigation.spi.ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
RedisGlobalContext |
RedisGlobalContext.ttl(long value,
TimeUnit timeUnit)
Specifies the TTL for keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisGlobalContextImpl
Converts global Redis options.
|
| Modifier and Type | Method and Description |
|---|---|
RedisGlobalContext |
RedisGlobalContextImpl.associationStorage(org.hibernate.ogm.datastore.document.options.AssociationStorageType associationStorageType) |
RedisGlobalContext |
RedisGlobalContextImpl.mapStorage(org.hibernate.ogm.datastore.document.options.MapStorageType mapStorage) |
RedisGlobalContext |
RedisGlobalContextImpl.ttl(long value,
TimeUnit timeUnit) |
Copyright © 2010–2017 Hibernate. All rights reserved.