Issue Details (XML | Word | Printable)

Key: HHH-2407
Type: Improvement Improvement
Status: Open Open
Priority: Blocker Blocker
Assignee: Steve Ebersole
Reporter: Steve Ebersole
Votes: 35
Watchers: 25
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

rework HQL translator

Created: 06/Feb/07 07:40 AM   Updated: 29/Dec/08 09:44 AM
Component/s: query-criteria, query-hql
Affects Version/s: antlr-rework
Fix Version/s: antlr-rework

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Issue Links:
Prerequisite
 

Sub-Tasks  All   Open   

 Description  « Hide
Formalization of the work already started on the HQL_ANTLR_2 branch in SVN.

Specifically, split the translation into 4 phases instead of 3 phases (we really sorta, kinda have 4 phases already with the join-post-processor).

This is pre-requisite for many requested enhancements to HQL.

Also the idea is to consolidate code between HQL and Criteria translation, thus giving Criteria queries all the capabilities available in HQL.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Steve Ebersole added a comment - 29/Dec/08 09:44 AM
Note that the work here has moved to a new branch, named SQL_GEN_REDESIGN.