public class RedisHashTupleSnapshot extends Object implements TupleSnapshot
| Constructor and Description |
|---|
RedisHashTupleSnapshot(HashEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String column) |
Set<String> |
getColumnNames() |
HashEntity |
getEntity() |
boolean |
isEmpty() |
public RedisHashTupleSnapshot(HashEntity entity)
public Object get(String column)
get in interface TupleSnapshotpublic boolean isEmpty()
isEmpty in interface TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface TupleSnapshotpublic HashEntity getEntity()
Copyright © 2010–2016 Hibernate. All rights reserved.