public class MongoDBTupleSnapshot extends Object implements TupleSnapshot
| Modifier and Type | Class and Description |
|---|---|
static class |
MongoDBTupleSnapshot.SnapshotType
Identify the purpose for the creation of a
MongoDBTupleSnapshot |
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
EMBEDDED_FIELDNAME_SEPARATOR |
| Constructor and Description |
|---|
MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
EntityKey entityKey,
MongoDBTupleSnapshot.SnapshotType operationType) |
MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
RowKey rowKey,
MongoDBTupleSnapshot.SnapshotType operationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
columnInIdField(String column) |
Object |
get(String column) |
Set<String> |
getColumnNames() |
com.mongodb.DBObject |
getDbObject() |
MongoDBTupleSnapshot.SnapshotType |
getOperationType() |
boolean |
isEmpty() |
public static final Pattern EMBEDDED_FIELDNAME_SEPARATOR
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
RowKey rowKey,
MongoDBTupleSnapshot.SnapshotType operationType)
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
EntityKey entityKey,
MongoDBTupleSnapshot.SnapshotType operationType)
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)
public MongoDBTupleSnapshot.SnapshotType getOperationType()
Copyright © 2010-2014 Hibernate. All Rights Reserved.