Package io.jmix.restds.annotation
Annotation Interface RestDataStoreEntity
Indicates that the entity is stored using 
RestDataStore and defines relevant parameters.- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionDefines the name of the remote entity.
- 
Element Details- 
remoteNameString 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 CustomerDtowhile the remote entity isCustomer.
 
-