Annotation Interface RestDataStoreEntity


@Target(TYPE) @Retention(RUNTIME) public @interface RestDataStoreEntity
Indicates that the entity is stored using RestDataStore and defines relevant parameters.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines the name of the remote entity.
  • Element Details

    • remoteName

      String remoteName
      Defines 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 is Customer.