File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
hibernate-core/src/main/java/org/hibernate/dialect Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2727import org .hibernate .dialect .pagination .AbstractLimitHandler ;
2828import org .hibernate .dialect .pagination .LimitHandler ;
2929import org .hibernate .dialect .pagination .LimitHelper ;
30+ import org .hibernate .engine .jdbc .env .spi .NameQualifierSupport ;
3031import org .hibernate .engine .spi .RowSelection ;
3132import org .hibernate .engine .spi .SessionImplementor ;
3233import org .hibernate .exception .spi .TemplatedViolatedConstraintNameExtracter ;
@@ -672,4 +673,9 @@ public String toBooleanValueString(boolean bool) {
672673 public boolean supportsTupleDistinctCounts () {
673674 return false ;
674675 }
676+
677+ @ Override
678+ public NameQualifierSupport getNameQualifierSupport () {
679+ return NameQualifierSupport .CATALOG ;
680+ }
675681}
You can’t perform that action at this time.
0 commit comments