Package io.objectbox.annotation
Annotation Interface ExternalName
Sets the name of an
@Entity, a property or a ToMany in an external system (like another database).-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name assigned to the annotated element in the external system.
-