Package groovy.ginq.transform

Package groovy.ginq.transform Description

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. org.apache.groovy.ginq.transform.GinqASTTransformation and org.apache.groovy.ginq.dsl.GinqAstOptimizer handle compilation and optimization.