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

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

Introduction

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

Usage

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

/**
 * @author Tao Chen
 */
public interface XQueryTranslator extends QueryTranslator {

    PathPlan getPathPlan();