Class JpqlFunctionInstanceSQLMethod
java.lang.Object
com.blazebit.persistence.integration.datanucleus.function.AbstractJpqlFunctionSQLMethod
com.blazebit.persistence.integration.datanucleus.function.JpqlFunctionInstanceSQLMethod
- All Implemented Interfaces:
JpqlFunction
public class JpqlFunctionInstanceSQLMethod
extends AbstractJpqlFunctionSQLMethod
implements JpqlFunction
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from class com.blazebit.persistence.integration.datanucleus.function.AbstractJpqlFunctionSQLMethod
function, stmt -
Constructor Summary
ConstructorsConstructorDescriptionJpqlFunctionInstanceSQLMethod(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
-
JpqlFunctionInstanceSQLMethod
public JpqlFunctionInstanceSQLMethod(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
-