Package org.hibernate.hql.ast

Examples of org.hibernate.hql.ast.HqlToken


  public QueryTranslatorTestCase(String x) {
    super( x );
    // Create an instance of HqlToken, so that it will have an entry point outside the package.  This
    // will stop IDEA's code inspector from suggesting that HqlToken should be package local.
    new HqlToken();
  }


  public QueryTranslatorTestCase(String x) {
    super( x );
    // Create an instance of HqlToken, so that it will have an entry point outside the package.  This
    // will stop IDEA's code inspector from suggesting that HqlToken should be package local.
    new HqlToken();
  }

  public QueryTranslatorTestCase(String x) {
    super( x );
    // Create an instance of HqlToken, so that it will have an entry point outside the package.  This
    // will stop IDEA's code inspector from suggesting that HqlToken should be package local.
    new HqlToken();
  }

  public QueryTranslatorTestCase(String x) {
    super( x );
    // Create an instance of HqlToken, so that it will have an entry point outside the package.  This
    // will stop IDEA's code inspector from suggesting that HqlToken should be package local.
    new HqlToken();
  }

TOP

Related Classes of org.hibernate.hql.ast.HqlToken

Copyright © 2018 www.massapicom. All rights reserved.
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.