Annotation Type NavigationProperty


@Retention(RUNTIME) @Target(METHOD) public @interface NavigationProperty
Bind POJO field to EDM navigation property.
  • Element Details

    • name

      String name
    • type

      String type
    • targetSchema

      String targetSchema
    • targetContainer

      String targetContainer
    • targetEntitySet

      String targetEntitySet
    • containsTarget

      boolean containsTarget
      Default:
      false