Package io.objectbox.annotation
Annotation Interface ExternalType
Sets the type of a property or the type of object IDs of a ToMany in an external system (like another database).
This is useful if there is no default mapping of the ObjectBox type to the type in the external system.
Carefully look at the documentation of the external type to ensure it is compatible with the ObjectBox type.
-
Required Element Summary
Required Elements
-
Element Details
-
value
ExternalPropertyType value
-