org.hibernate.engine.query
Class NativeSQLQueryPlan
java.lang.Object
   org.hibernate.engine.query.NativeSQLQueryPlan
org.hibernate.engine.query.NativeSQLQueryPlan
- All Implemented Interfaces: 
- Serializable
- public class NativeSQLQueryPlan 
- extends Object- implements Serializable
Defines a query execution plan for a native-SQL query.
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NativeSQLQueryPlan
public NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
                          SessionFactoryImplementor factory)
getSourceQuery
public String getSourceQuery()
- 
 
- 
 
getCustomQuery
public SQLCustomQuery getCustomQuery()
- 
 
- 
 
coordinateSharedCacheCleanup
protected void coordinateSharedCacheCleanup(SessionImplementor session)
- 
 
- 
 
performExecuteUpdate
public int performExecuteUpdate(QueryParameters queryParameters,
                                SessionImplementor session)
                         throws HibernateException
- 
 
- 
- Throws:
- HibernateException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.