public class RedisJsonTupleSnapshot extends Object implements org.hibernate.ogm.model.spi.TupleSnapshot
| Constructor and Description |
|---|
RedisJsonTupleSnapshot(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String column) |
Set<String> |
getColumnNames() |
Entity |
getEntity() |
boolean |
isEmpty() |
public RedisJsonTupleSnapshot(Entity entity)
public Object get(String column)
get in interface org.hibernate.ogm.model.spi.TupleSnapshotpublic boolean isEmpty()
isEmpty in interface org.hibernate.ogm.model.spi.TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface org.hibernate.ogm.model.spi.TupleSnapshotpublic Entity getEntity()
Copyright © 2010–2017 Hibernate. All rights reserved.