注释类型 Synchronize


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Synchronize
    Ensures that auto-flush happens correctly and that queries against the derived entity do not return stale data. Mostly used with Subselect.
    作者:
    Sharath Reddy
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String[] value
      Table names.
    • 元素详细资料

      • value

        String[] value
        Table names.