Class MySQLJsonSetFunction
- java.lang.Object
-
- com.axelor.db.hibernate.dialect.function.AbstractJsonSetFunction
-
- com.axelor.db.hibernate.dialect.function.MySQLJsonSetFunction
-
- All Implemented Interfaces:
SQLFunction
public class MySQLJsonSetFunction extends AbstractJsonSetFunction
-
-
Constructor Summary
Constructors Constructor Description MySQLJsonSetFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
transformPath(String path)
protected Object
transformValue(Object value)
-
Methods inherited from class com.axelor.db.hibernate.dialect.function.AbstractJsonSetFunction
getName, getReturnType, hasArguments, hasParenthesesIfNoArguments, render
-
-
-
-
Method Detail
-
transformPath
protected String transformPath(String path)
- Specified by:
transformPath
in classAbstractJsonSetFunction
-
transformValue
protected Object transformValue(Object value)
- Specified by:
transformValue
in classAbstractJsonSetFunction
-
-