org.hibernate.engine.query

Class NativeSQLQueryPlan

Implemented Interfaces:
Serializable

public class NativeSQLQueryPlan
extends java.lang.Object
implements Serializable

Defines a query execution plan for a native-SQL query.
Author:
Steve Ebersole

Constructor Summary

NativeSQLQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)

Method Summary

protected void
coordinateSharedCacheCleanup(SessionImplementor session)
SQLCustomQuery
getCustomQuery()
String
getSourceQuery()
int
performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session)

Constructor Details

NativeSQLQueryPlan

public NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
                          SessionFactoryImplementor factory)

Method Details

coordinateSharedCacheCleanup

protected void coordinateSharedCacheCleanup(SessionImplementor session)

getCustomQuery

public SQLCustomQuery getCustomQuery()

getSourceQuery

public String getSourceQuery()

performExecuteUpdate

public int performExecuteUpdate(QueryParameters queryParameters,
                                SessionImplementor session)
            throws HibernateException