Package it.eng.qbe.datasource.jpa

Examples of it.eng.qbe.datasource.jpa.JPADataSource


    return super.getQueryString();
  }
 
  public String getSqlQueryString() {

    JPADataSource ds = ((JPADataSource)getDataSource());
    EntityManager em = ds.getEntityManager();

    JPQL2SQLStatementRewriter translator = new JPQL2SQLStatementRewriter(em);
    return translator.rewrite( getQueryString());

  }
View Full Code Here

TOP

Related Classes of it.eng.qbe.datasource.jpa.JPADataSource

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.