Annotation Type Synchronize

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      Names of tables that hold state mapped by the annotated entity.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean logical
      Specifies whether the table names given by value() should be interpreted as logical or physical names.
    • Element Detail

      • value

        String[] value
        Names of tables that hold state mapped by the annotated entity. Updates to these tables must be flushed to the database before execution of any query which refers to the annotated entity.
      • logical

        boolean logical
        Specifies whether the table names given by value() should be interpreted as logical or physical names.
        Returns:
        true if they are logical names
        Default:
        true