Annotation Interface ApplyConstraints


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface ApplyConstraints
Controls how AccessConstraints are used by JmixDataRepository.

If the value of the annotation is false, the repository uses UnconstrainedDataManager instead of DataManager.

See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true