public class MongoDBTupleSnapshot extends Object implements TupleSnapshot
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
EMBEDDED_FIELDNAME_SEPARATOR |
| Constructor and Description |
|---|
MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
EntityKey entityKey) |
MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
RowKey rowKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
columnInIdField(String column) |
Object |
get(String column) |
Set<String> |
getColumnNames() |
com.mongodb.DBObject |
getDbObject() |
boolean |
isEmpty() |
public static final Pattern EMBEDDED_FIELDNAME_SEPARATOR
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
RowKey rowKey)
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
EntityKey entityKey)
public Object get(String column)
get in interface TupleSnapshotpublic Set<String> getColumnNames()
getColumnNames in interface TupleSnapshotpublic com.mongodb.DBObject getDbObject()
public boolean isEmpty()
isEmpty in interface TupleSnapshotpublic boolean columnInIdField(String column)
Copyright © 2010-2013 Hibernate. All Rights Reserved.