Skip to content

Commit 7c28e98

Browse files
committed
[HHH-19365]!xml-functions
1 parent ed43fbc commit 7c28e98

File tree

3 files changed

+0
-66
lines changed

3 files changed

+0
-66
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/GaussDBDialect.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -578,14 +578,6 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
578578
functionFactory.jsonObject_gaussdb();
579579
functionFactory.jsonObjectAgg_gaussdb( true );
580580

581-
functionFactory.xmlelement();
582-
functionFactory.xmlcomment();
583-
functionFactory.xmlforest();
584-
functionFactory.xmlconcat();
585-
functionFactory.xmlpi();
586-
functionFactory.xmlquery_gaussdb();
587-
functionFactory.xmlexists();
588-
589581
functionFactory.makeDateTimeTimestamp();
590582
// Note that GaussDB doesn't support the OVER clause for ordered set-aggregate functions
591583
functionFactory.inverseDistributionOrderedSetAggregates();

hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import org.hibernate.dialect.function.array.*;
1515
import org.hibernate.dialect.function.json.*;
1616
import org.hibernate.dialect.function.xml.DB2XmlTableFunction;
17-
import org.hibernate.dialect.function.xml.GaussDBXmlQueryFunction;
1817
import org.hibernate.dialect.function.xml.H2XmlConcatFunction;
1918
import org.hibernate.dialect.function.xml.H2XmlElementFunction;
2019
import org.hibernate.dialect.function.xml.H2XmlForestFunction;
@@ -4343,13 +4342,6 @@ public void xmlquery_postgresql() {
43434342
functionRegistry.register( "xmlquery", new PostgreSQLXmlQueryFunction( typeConfiguration ) );
43444343
}
43454344

4346-
/**
4347-
* GaussDB xmlquery() function
4348-
*/
4349-
public void xmlquery_gaussdb() {
4350-
functionRegistry.register( "xmlquery", new GaussDBXmlQueryFunction( typeConfiguration ) );
4351-
}
4352-
43534345
/**
43544346
* SQL Server xmlquery() function
43554347
*/

hibernate-core/src/main/java/org/hibernate/dialect/function/xml/GaussDBXmlQueryFunction.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)