Compiles a JPA criteria query into an executable {@link TypedQuery}. Its single contract is the {@link #compile}method.
NOTE : This is a temporary implementation which simply translates the criteria query into a JPAQL query string. A better, long-term solution is being implemented as part of refactoring the JPAQL/HQL translator.
@author Steve Ebersole
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.