Package io.objectbox.annotation
Annotation Interface TargetIdProperty
Defines the property serving as the target ID of a ToOne.
This allows exposing an explicit property, which may be convenient for other parsers/serializers (e.g. JSON).
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueName used in the database.
-