Example usage for org.hibernate.hql.spi QueryTranslatorFactory interface-usage

List of usage examples for org.hibernate.hql.spi QueryTranslatorFactory interface-usage

Introduction

In this page you can find the example usage for org.hibernate.hql.spi QueryTranslatorFactory interface-usage.

Usage

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

/**
 * A query translator factory to be set in the hibernate configuration to report the usage of JOIN FETCH with limit.
 *
 * @author Lukas Krejci
 */
public class JoinFetchReportingQueryTranslatorFactory implements QueryTranslatorFactory {