public class NativeSQLQueryPlan extends Object implements Serializable
Constructor and Description |
---|
NativeSQLQueryPlan(NativeSQLQuerySpecification specification,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
coordinateSharedCacheCleanup(SessionImplementor session) |
SQLCustomQuery |
getCustomQuery() |
String |
getSourceQuery() |
int |
performExecuteUpdate(QueryParameters queryParameters,
SessionImplementor session) |
public NativeSQLQueryPlan(NativeSQLQuerySpecification specification, SessionFactoryImplementor factory)
public String getSourceQuery()
public SQLCustomQuery getCustomQuery()
protected void coordinateSharedCacheCleanup(SessionImplementor session)
public int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
HibernateException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.