public class NativeSQLQueryPlan
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
coordinateSharedCacheCleanup(SessionImplementor session) |
SQLCustomQuery |
getCustomQuery() |
java.lang.String |
getSourceQuery() |
int |
performExecuteUpdate(QueryParameters queryParameters,
SessionImplementor session) |
public NativeSQLQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)
public java.lang.String getSourceQuery()
public SQLCustomQuery getCustomQuery()
protected void coordinateSharedCacheCleanup(SessionImplementor session)
public int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
HibernateExceptionCopyright © 2013. All Rights Reserved.