Branch: refs/heads/5.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: d7fa18ac64bb1b0f157f85990900a526d18a2808
https://github.com/hibernate/hibernate-orm/commit/d7fa18ac64bb1b0f157f859...
Author: Sven Strickroth <email(a)cs-ware.de>
Date: 2022-12-14 (Wed, 14 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Session.java
Log Message:
-----------
HHH-15792: Explicitly add JavaDoc to make @deprecated hint for createSQLQuery visible in
Eclipse
Explicitly add the JavaDoc to Session.java to provide users the @deprecated JavaDoc hint
on how to resolve the deprecation warnings.
Without this patch, e.g., in Eclipse, there are no warning generated when the method
createSQLQuery is used which makes upgrading to 6.x harder.
Signed-off-by: Sven Strickroth <email(a)cs-ware.de>