mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 20:36:28 +00:00
deprecate @SelectBeforeUpdate
since it's only useful with other already-deprecated functionality
This commit is contained in:
parent
6e94b35ee1
commit
1ff2b4e176
@ -17,10 +17,13 @@
|
|||||||
* should be fetched from the database when the entity is reattached using
|
* should be fetched from the database when the entity is reattached using
|
||||||
* {@link org.hibernate.Session#update(Object)}.
|
* {@link org.hibernate.Session#update(Object)}.
|
||||||
*
|
*
|
||||||
|
* @deprecated Since {@link org.hibernate.Session#update(Object)} is deprecated
|
||||||
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
*/
|
*/
|
||||||
@Target( TYPE )
|
@Target( TYPE )
|
||||||
@Retention( RUNTIME )
|
@Retention( RUNTIME )
|
||||||
|
@Deprecated(since = "6.2")
|
||||||
public @interface SelectBeforeUpdate {
|
public @interface SelectBeforeUpdate {
|
||||||
/**
|
/**
|
||||||
* @deprecated When {@code false}, this annotation has no effect.
|
* @deprecated When {@code false}, this annotation has no effect.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user