Annotation Type SelectBeforeUpdate


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface SelectBeforeUpdate
    Should the entity's current state be selected from the database when determining whether to perform an update when re-attaching detached entities?
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value
      true (which is the default when this annotation is present) indicates that select-before-update processing should occur.
    • Element Detail

      • value

        boolean value
        true (which is the default when this annotation is present) indicates that select-before-update processing should occur. false indicates select-before-update processing should not occur.
        Default:
        true