Class ORecordOperation
java.lang.Object
com.orientechnologies.orient.core.db.record.ORecordOperation
- All Implemented Interfaces:
Comparable
Contains the information about a database operation.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytebytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic bytestatic StringgetName(int type) getRID()bytegetType()inthashCode()setRecord(OIdentifiable record) voidsetResultData(Object resultData) toString()
-
Field Details
-
LOADED
public static final byte LOADED- See Also:
-
UPDATED
public static final byte UPDATED- See Also:
-
DELETED
public static final byte DELETED- See Also:
-
CREATED
public static final byte CREATED- See Also:
-
type
public byte type -
record
-
createdCallback
-
updatedCallback
-
-
Constructor Details
-
ORecordOperation
public ORecordOperation() -
ORecordOperation
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
toString
-
setRecord
-
getRecord
-
getRecordContainer
-
getRID
-
getName
-
getId
-
getType
public byte getType() -
compareTo
- Specified by:
compareToin interfaceComparable
-
getResultData
-
setResultData
-