We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457a181 commit 3c26ae7Copy full SHA for 3c26ae7
hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
@@ -960,9 +960,9 @@ private void bindFilters(boolean hasAssociationTable) {
960
String clause = whereOnCollection.clause();
961
if ( StringHelper.isNotEmpty( clause ) ) {
962
if ( whereBuffer.length() > 0 ) {
963
- whereBuffer.append( StringHelper.WHITESPACE );
+ whereBuffer.append( ' ' );
964
whereBuffer.append( Junction.Nature.AND.getOperator() );
965
966
}
967
whereBuffer.append( clause );
968
0 commit comments