Example usage for org.hibernate.hql.internal.ast QueryTranslatorImpl subclass-usage

List of usage examples for org.hibernate.hql.internal.ast QueryTranslatorImpl subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.hql.internal.ast QueryTranslatorImpl subclass-usage.

Usage

From source file org.babyfish.hibernate.hql.XQueryTranslatorImpl.java

/**
 * @author Tao Chen
 */
public abstract class XQueryTranslatorImpl extends QueryTranslatorImpl
        implements XQueryTranslator, XFilterTranslator {

From source file org.rhq.core.domain.util.JoinFetchReportingQueryTranslator.java

/**
 * This class can be used to quickly identify and analyze usages of JOIN FETCH together with limits on JPA queries. It
 * will log the JPA, generated SQL and a filtered stacktrace for each such usage. This is to enhance the diagnostics
 * that Hibernate itself offers that merely dumps a message about in-memory filtering of results resulting from the use
 * of JOIN FETCH together with limits.
 *