Package org.hibernate.annotations
Annotation Type SelectBeforeUpdate
-
@Target(TYPE) @Retention(RUNTIME) @Deprecated(since="6.2") public @interface SelectBeforeUpdate
Deprecated.SinceSession.update(Object)
is deprecatedSpecifies that the current persistent state of a detached entity instance should be fetched from the database when the entity is reattached usingSession.update(Object)
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
value
Deprecated.Whenfalse
, this annotation has no effect.
-
-
-
Element Detail
-
value
@Deprecated(since="6.0") boolean value
Deprecated.Whenfalse
, this annotation has no effect.- Default:
- true
-
-