Package io.jmix.restds.annotation
Annotation Interface RestDataStoreEntity
Indicates that the entity is stored using
RestDataStore
and defines relevant parameters.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionDefines the name of the remote entity.
-
Element Details
-
remoteName
String remoteNameDefines the name of the remote entity. Required if the remote entity name is different from the local one.For example, the local entity is
CustomerDto
while the remote entity isCustomer
.
-