public interface OrientDatabase
OrientBeanRepository
instead
for high-level database access.Modifier and Type | Method and Description |
---|---|
void |
delete(Id<?> id) |
com.orientechnologies.orient.core.record.impl.ODocument |
find(Id<?> id) |
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx |
getConnection() |
com.orientechnologies.orient.core.record.impl.ODocument find(Id<?> id)
id
- the unique ID of the requested ODocument
.ODocument
with the given ID
or null
if no such
ODocument
exists.com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx getConnection()
Copyright © 2001–2016 mmm-Team. All rights reserved.