Package groovy.ginq.transform


package groovy.ginq.transform
GINQ (Groovy Integrated Query) transformation for SQL-like queries.

@GQ annotation enables SELECT/FROM/WHERE/GROUP BY/ORDER BY/JOIN/HAVING clauses in Groovy closures. GinqASTTransformation and GinqAstOptimizer handle compilation and optimization.

  • Annotation Interfaces
    Class
    Description
    Method annotation to make a method call returning GINQ result