org.hibernate.ogm.dialect.mongodb
Class MongoDBTupleSnapshot
java.lang.Object
org.hibernate.ogm.dialect.mongodb.MongoDBTupleSnapshot
- All Implemented Interfaces:
- TupleSnapshot
public class MongoDBTupleSnapshot
- extends Object
- implements TupleSnapshot
- Author:
- Guillaume Scheibel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMBEDDED_FIELDNAME_SEPARATOR
public static final Pattern EMBEDDED_FIELDNAME_SEPARATOR
MongoDBTupleSnapshot
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
RowKey rowKey)
MongoDBTupleSnapshot
public MongoDBTupleSnapshot(com.mongodb.DBObject dbObject,
EntityKey entityKey)
get
public Object get(String column)
- Specified by:
get in interface TupleSnapshot
getColumnNames
public Set<String> getColumnNames()
- Specified by:
getColumnNames in interface TupleSnapshot
getDbObject
public com.mongodb.DBObject getDbObject()
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface TupleSnapshot
columnInIdField
public boolean columnInIdField(String column)
Copyright © 2010-2012 Hibernate. All Rights Reserved.