Class PostgreSQLJsonSetFunction
- java.lang.Object
-
- com.axelor.db.hibernate.dialect.function.AbstractJsonSetFunction
-
- com.axelor.db.hibernate.dialect.function.PostgreSQLJsonSetFunction
-
- All Implemented Interfaces:
SQLFunction
public class PostgreSQLJsonSetFunction extends AbstractJsonSetFunction
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLJsonSetFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringtransformPath(String path)protected ObjecttransformValue(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:
transformPathin classAbstractJsonSetFunction
-
transformValue
protected Object transformValue(Object value)
- Specified by:
transformValuein classAbstractJsonSetFunction
-
-