JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.orientechnologies.orient.core.annotation
Annotation Interface OId
@Documented
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
OId
Tells that the field contains the RecordID. This is needed when you work with detached object graph. OrientDb will use this field to know the Document bound across different database instances.