Interface QueryFunction
- All Known Implementing Classes:
CurrentUserHasRoleQueryFunction
,FulltextSearchFunction
,HashOfQueryFunction
,KeysQueryFunction
,LikeAllFunction
public interface QueryFunction
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The unique function name.@Nullable Node
postCompile
(Cursor cursor, FuncallNode functionRoot, EntityModel entityModel) Applies this function to the given (sub)tree.
-
Method Details
-
getName
String getName()The unique function name. -
postCompile
@Nullable @Nullable Node postCompile(Cursor cursor, FuncallNode functionRoot, EntityModel entityModel) throws Exception Applies this function to the given (sub)tree.- Throws:
Exception
-