public class NativeSQLQueryPlan extends Object implements Serializable
Constructor and Description |
---|
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory)
Constructs a NativeSQLQueryPlan
|
Modifier and Type | Method and Description |
---|---|
protected void |
coordinateSharedCacheCleanup(SessionImplementor session) |
SQLCustomQuery |
getCustomQuery() |
String |
getSourceQuery() |
int |
performExecuteUpdate(QueryParameters queryParameters,
SessionImplementor session)
Performs the execute query
|
public NativeSQLQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)
specification
- The query specfactory
- The SessionFactorypublic String getSourceQuery()
public SQLCustomQuery getCustomQuery()
protected void coordinateSharedCacheCleanup(SessionImplementor session)
public int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
queryParameters
- The query parameterssession
- The sessionHibernateException
- Indicates a problem performing the query executionCopyright © 2016. All rights reserved.