public class HQLQueryPlan extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
|
HQLQueryPlan(String hql,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory) |
protected |
HQLQueryPlan(String hql,
String collectionRole,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
Class |
getDynamicInstantiationResultType() |
Set |
getEnabledFilterNames() |
ParameterMetadata |
getParameterMetadata() |
Set |
getQuerySpaces() |
ReturnMetadata |
getReturnMetadata() |
String |
getSourceQuery() |
String[] |
getSqlStrings() |
QueryTranslator[] |
getTranslators() |
Set |
getUtilizedFilterNames() |
boolean |
isShallow() |
int |
performExecuteUpdate(QueryParameters queryParameters,
SessionImplementor session) |
Iterator |
performIterate(QueryParameters queryParameters,
EventSource session) |
List |
performList(QueryParameters queryParameters,
SessionImplementor session) |
ScrollableResults |
performScroll(QueryParameters queryParameters,
SessionImplementor session) |
public HQLQueryPlan(String hql, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
protected HQLQueryPlan(String hql, String collectionRole, boolean shallow, Map enabledFilters, SessionFactoryImplementor factory)
public String getSourceQuery()
public Set getQuerySpaces()
public ParameterMetadata getParameterMetadata()
public ReturnMetadata getReturnMetadata()
public Set getEnabledFilterNames()
public String[] getSqlStrings()
public Set getUtilizedFilterNames()
public boolean isShallow()
public List performList(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
HibernateException
public Iterator performIterate(QueryParameters queryParameters, EventSource session) throws HibernateException
HibernateException
public ScrollableResults performScroll(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
HibernateException
public int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
HibernateException
public QueryTranslator[] getTranslators()
public Class getDynamicInstantiationResultType()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.