Interface QueryFunction

All Known Implementing Classes:
FulltextSearchFunction, HashOfQueryFunction, KeysQueryFunction, LikeAllFunction

public interface QueryFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique function name.
    @Nullable Node
    postCompile(Cursor cursor, FuncallNode functionRoot, EntityModel entityModel)
    Applies this function to the given (sub)tree.