Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.impl.AbstractSessionImpl
Field Summary | |
protected SessionFactoryImpl |
Constructor Summary | |
|
Method Summary | |
Query |
|
SQLQuery |
|
protected void | |
SessionFactoryImplementor | |
protected HQLQueryPlan |
|
Query |
|
Query |
|
protected NativeSQLQueryPlan | |
boolean |
|
List |
|
ScrollableResults |
|
protected void |
protected void errorIfClosed()
public SessionFactoryImplementor getFactory()
- Specified by:
- getFactory in interface SessionImplementor
protected HQLQueryPlan getHQLQueryPlan(String query, boolean shallow) throws HibernateException
public Query getNamedQuery(String queryName) throws MappingException
- Specified by:
- getNamedQuery in interface SessionImplementor
public Query getNamedSQLQuery(String queryName) throws MappingException
- Specified by:
- getNamedSQLQuery in interface SessionImplementor
protected NativeSQLQueryPlan getNativeSQLQueryPlan(NativeSQLQuerySpecification spec) throws HibernateException
public List list(NativeSQLQuerySpecification spec, QueryParameters queryParameters) throws HibernateException
- Specified by:
- list in interface SessionImplementor
public ScrollableResults scroll(NativeSQLQuerySpecification spec, QueryParameters queryParameters) throws HibernateException
- Specified by:
- scroll in interface SessionImplementor
protected void setClosed()