Java org.hibernate.hql.spi QueryTranslator fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.hql.spi QueryTranslator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.hql.spi QueryTranslator.

The text is from its open source code.

Implementation

org.hibernate.hql.spi.QueryTranslator has the following implementations.
Click this link to see all its implementation.

Method

ListcollectSqlStrings()
voidcompile(Map replacements, boolean shallow)
Compile a "normal" query.
SetgetQuerySpaces()
Returns the set of query spaces (table names) that the query refers to.
Type[]getReturnTypes()
Returns an array of Types represented in the query result.
StringgetSQLString()
Returns the SQL string generated by the translator.
booleanisManipulationStatement()