Annotation Interface OAccess
Deprecated.
Tells the way OrientDB should bind the field. By default OrientDB searches for getter and setter.
If they are not present, then the field is accessed directly. Using this annotation, instead,
forces the field level access. Use this if you want by-pass getter and setter methods.
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
value
OAccess.OAccessType valueDeprecated.- Default:
- PROPERTY
-