Package org.hibernate.annotations
Annotation Interface SelectBeforeUpdate
Deprecated.
Specifies that the current persistent state of a detached entity instance
should be fetched from the database when the entity is reattached using
Session.update(Object).- Author:
- Steve Ebersole
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDeprecated.Whenfalse, this annotation has no effect.
-
Element Details
-
value
Deprecated.Whenfalse, this annotation has no effect.- Default:
- true
-
Session.update(Object)is deprecated