Annotation Type 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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      Table names.
    • Element Detail

      • value

        String[] value
        Table names.