public class

NativeSQLQueryPlan

extends Object
implements Serializable
java.lang.Object
   ↳ org.hibernate.engine.query.NativeSQLQueryPlan

Class Overview

Defines a query execution plan for a native-SQL query.

Summary

Public Constructors
NativeSQLQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)
Public Methods
SQLCustomQuery getCustomQuery()
String getSourceQuery()
int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session)
Protected Methods
void coordinateSharedCacheCleanup(SessionImplementor session)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NativeSQLQueryPlan (NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)

Public Methods

public SQLCustomQuery getCustomQuery ()

public String getSourceQuery ()

public int performExecuteUpdate (QueryParameters queryParameters, SessionImplementor session)

Protected Methods

protected void coordinateSharedCacheCleanup (SessionImplementor session)