| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.redis | |
| org.hibernate.ogm.datastore.redis.dialect.model.impl | |
| org.hibernate.ogm.datastore.redis.impl.json |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRedisDialect.addIdToEntity(Entity entity,
String[] columnNames,
Object[] columnValues) |
protected void |
AbstractRedisDialect.addKeyValuesFromKeyName(EntityKeyMetadata entityKeyMetadata,
String prefix,
String key,
Entity document) |
| Modifier and Type | Method and Description |
|---|---|
static RedisAssociation |
RedisAssociation.fromEmbeddedAssociation(Entity entity,
AssociationKeyMetadata associationKeyMetadata)
Creates a
RedisAssociation from the given Entity and association name. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
JsonEntityStorageStrategy.getEntity(String key) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Entity> |
JsonEntityStorageStrategy.getEntities(String[] keys) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonEntityStorageStrategy.storeEntity(String key,
Entity entity,
Set<TupleOperation> operations) |
Copyright © 2010–2016 Hibernate. All rights reserved.