
public interface OIdentifiable extends Comparable<OIdentifiable>, Comparator<OIdentifiable>
| Modifier and Type | Method and Description |
|---|---|
ORID |
getIdentity()
Returns the record identity.
|
<T extends ORecord> |
getRecord()
Returns the record instance.
|
boolean |
isLocked() |
void |
lock(boolean iExclusive) |
OStorage.LOCKING_STRATEGY |
lockingStrategy() |
void |
unlock() |
compareTocompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongORID getIdentity()
<T extends ORecord> T getRecord()
void lock(boolean iExclusive)
boolean isLocked()
OStorage.LOCKING_STRATEGY lockingStrategy()
void unlock()
Copyright © 2009–2025 OrientDB. All rights reserved.