File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ public Boolean getFollowOnLocking() {
465
465
* @return {@code this} for method chaining
466
466
*
467
467
* @see org.hibernate.jpa.HibernateHints#HINT_FOLLOW_ON_LOCKING
468
- * @see org.hibernate.dialect.Dialect#useFollowOnLocking(String, QueryOptions)
468
+ * @see org.hibernate.dialect.Dialect#useFollowOnLocking(String, org.hibernate.query.spi. QueryOptions)
469
469
*/
470
470
public LockOptions setFollowOnLocking (Boolean followOnLocking ) {
471
471
if ( immutable ) {
Original file line number Diff line number Diff line change @@ -4156,7 +4156,7 @@ public boolean isEmptyStringTreatedAsNull() {
4156
4156
* {@code false} (the default) indicates that locking
4157
4157
* should be applied to the main SQL statement.
4158
4158
*
4159
- * @since 5.2
4159
+ * @since 6.0
4160
4160
*/
4161
4161
public boolean useFollowOnLocking (String sql , QueryOptions queryOptions ) {
4162
4162
return false ;
You can’t perform that action at this time.
0 commit comments