Java org.hibernate.engine.query.spi HQLQueryPlan fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.query.spi HQLQueryPlan fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.query.spi HQLQueryPlan.

The text is from its open source code.

Subclass

org.hibernate.engine.query.spi.HQLQueryPlan has subclasses.
Click this link to see all its subclasses.

Constructor

Method

SetgetQuerySpaces()
ReturnMetadatagetReturnMetadata()
String[]getSqlStrings()
This method should only be called for debugging purposes as it regenerates a new array every time.
QueryTranslator[]getTranslators()
Access to the underlying translators associated with this query
intperformExecuteUpdate(QueryParameters queryParameters, SharedSessionContractImplementor session)
Coordinates the efforts to perform an execution across all the included query translators.
ListperformList(QueryParameters queryParameters, SharedSessionContractImplementor session)
Coordinates the efforts to perform a list across all the included query translators.