Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » impl » [javadoc | source]
org.hibernate.impl
abstract public class: AbstractSessionImpl [javadoc | source]
java.lang.Object
   org.hibernate.impl.AbstractSessionImpl

All Implemented Interfaces:
    SessionImplementor

Direct Known Subclasses:
    SessionImpl, StatelessSessionImpl

Functionality common to stateless and stateful sessions
Field Summary
protected transient  SessionFactoryImpl factory     
Constructor:
 protected AbstractSessionImpl(SessionFactoryImpl factory) 
Method from org.hibernate.impl.AbstractSessionImpl Summary:
createQuery,   createSQLQuery,   errorIfClosed,   getFactory,   getHQLQueryPlan,   getNamedQuery,   getNamedSQLQuery,   getNativeSQLQueryPlan,   isClosed,   list,   scroll,   setClosed
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.impl.AbstractSessionImpl Detail:
 public Query createQuery(String queryString) 
 public SQLQuery createSQLQuery(String sql) 
 protected  void errorIfClosed() 
 public SessionFactoryImplementor getFactory() 
 protected HQLQueryPlan getHQLQueryPlan(String query,
    boolean shallow) throws HibernateException 
 public Query getNamedQuery(String queryName) throws MappingException 
 public Query getNamedSQLQuery(String queryName) throws MappingException 
 protected NativeSQLQueryPlan getNativeSQLQueryPlan(NativeSQLQuerySpecification spec) throws HibernateException 
 public boolean isClosed() 
 public List list(NativeSQLQuerySpecification spec,
    QueryParameters queryParameters) throws HibernateException 
 public ScrollableResults scroll(NativeSQLQuerySpecification spec,
    QueryParameters queryParameters) throws HibernateException 
 protected  void setClosed()