Hibernate Query Language Grammar
This grammar parses the query language for Hibernate (an Open Source, Object-Relational
mapping library). A partial BNF grammar description is available for reference here:
http://www.hibernate.org/Documentation/HQLBNF
Text from the original reference BNF is prefixed with '//##'.
This grammar parses the query language for Hibernate (an Open Source, Object-Relational mapping library). A partial BNF grammar description is available for reference here: http://www.hibernate.org/Documentation/HQLBNF Text from the original reference BNF is prefixed with '//##'.