Annotation Type ReferentialConstraint


@Retention(RUNTIME) @Target(FIELD) public @interface ReferentialConstraint
Annotate navigation property with information about referential constraint.
See Also:
  • Element Details

    • principalRole

      Class<?> principalRole
    • principalPropertyRefs

      String[] principalPropertyRefs
    • dependentRole

      Class<?> dependentRole
    • dependentPropertyRefs

      String[] dependentPropertyRefs