Package com.blazebit.persistence.impl
Class JpqlMacroAdapter
java.lang.Object
com.blazebit.persistence.impl.JpqlMacroAdapter
- All Implemented Interfaces:
MacroFunction
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields inherited from interface com.blazebit.persistence.parser.expression.MacroFunction
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(List<Expression> expressions) static Map<String,MacroFunction> createMacros(Map<String, JpqlMacro> jpqlMacros, ExpressionFactory expressionFactory) booleanObject[]getState()inthashCode()boolean
-
Constructor Details
-
JpqlMacroAdapter
-
-
Method Details
-
createMacros
public static Map<String,MacroFunction> createMacros(Map<String, JpqlMacro> jpqlMacros, ExpressionFactory expressionFactory) -
apply
- Specified by:
applyin interfaceMacroFunction
-
getState
- Specified by:
getStatein interfaceMacroFunction
-
supportsCaching
public boolean supportsCaching()- Specified by:
supportsCachingin interfaceMacroFunction
-
equals
-
hashCode
public int hashCode()
-