Class JpqlFunctionSQLMethod
java.lang.Object
com.blazebit.persistence.integration.datanucleus.function.AbstractJpqlFunctionSQLMethod
com.blazebit.persistence.integration.datanucleus.function.JpqlFunctionSQLMethod
- All Implemented Interfaces:
JpqlFunction
- Since:
- 1.2.0
- Author:
- Christian
-
Field Summary
Fields inherited from class com.blazebit.persistence.integration.datanucleus.function.AbstractJpqlFunctionSQLMethod
function, stmt -
Constructor Summary
ConstructorsConstructorDescriptionJpqlFunctionSQLMethod(org.datanucleus.store.rdbms.sql.SQLStatement stmt, org.datanucleus.store.rdbms.sql.method.SQLMethod function) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.datanucleus.store.rdbms.sql.expression.SQLExpressiongetExpression(org.datanucleus.store.rdbms.sql.expression.SQLExpression argumentExpression) Methods inherited from class com.blazebit.persistence.integration.datanucleus.function.AbstractJpqlFunctionSQLMethod
getReturnType, hasArguments, hasParenthesesIfNoArguments, renderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.spi.JpqlFunction
getReturnType, hasArguments, hasParenthesesIfNoArguments, render
-
Constructor Details
-
JpqlFunctionSQLMethod
public JpqlFunctionSQLMethod(org.datanucleus.store.rdbms.sql.SQLStatement stmt, org.datanucleus.store.rdbms.sql.method.SQLMethod function)
-
-
Method Details
-
getExpression
protected org.datanucleus.store.rdbms.sql.expression.SQLExpression getExpression(org.datanucleus.store.rdbms.sql.expression.SQLExpression argumentExpression) - Specified by:
getExpressionin classAbstractJpqlFunctionSQLMethod
-