@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface HQLFunction
Functions and Operators methods exposed as UDF HQL
functions invoked in SQL via some kind of PL.
Methods that do not have this annotation should not be mapped as SQL UDF.