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

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

Introduction

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

Usage

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

/**
 * @author Tao Chen
 */
public interface XFilterTranslator extends FilterTranslator {

    PathPlanKey getPathPlanKey();