| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.engine.query.HQLQueryPlanpublic class HQLQueryPlanextends java.lang.Objectimplements SerializableConstructor Summary | |
| |
| |
Method Summary | |
Set | |
ParameterMetadata | |
Set | |
ReturnMetadata | |
String | |
String[] | |
QueryTranslator[] | |
Set | |
boolean | |
int |
|
Iterator |
|
List |
|
ScrollableResults |
|
protected HQLQueryPlan(String hql,
String collectionRole,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory)public HQLQueryPlan(String hql,
boolean shallow,
Map enabledFilters,
SessionFactoryImplementor factory)public Set getEnabledFilterNames()
public Set getQuerySpaces()
public String getSourceQuery()
public String[] getSqlStrings()
public Set getUtilizedFilterNames()
public boolean isShallow()
public int performExecuteUpdate(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
public Iterator performIterate(QueryParameters queryParameters, EventSource session) throws HibernateException
public List performList(QueryParameters queryParameters, SessionImplementor session) throws HibernateException
public ScrollableResults performScroll(QueryParameters queryParameters, SessionImplementor session) throws HibernateException