注释类型 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?
    作者:
    Steve Ebersole
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      boolean value
      true (which is the default when this annotation is present) indicates that select-before-update processing should occur.
    • 元素详细资料

      • 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.
        默认值:
        true