Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » impl » [javadoc | source]
org.hibernate.impl
public class: StatelessSessionImpl [javadoc | source]
java.lang.Object
   org.hibernate.impl.AbstractSessionImpl
      org.hibernate.impl.StatelessSessionImpl

All Implemented Interfaces:
    org.hibernate.StatelessSession, Context, SessionImplementor

Fields inherited from org.hibernate.impl.AbstractSessionImpl:
factory
Constructor:
 StatelessSessionImpl(Connection connection,
    SessionFactoryImpl factory) 
Method from org.hibernate.impl.StatelessSessionImpl Summary:
afterOperation,   afterScrollOperation,   afterTransactionBegin,   afterTransactionCompletion,   autoFlushIfRequired,   beforeTransactionCompletion,   beginTransaction,   bestGuessEntityName,   close,   connection,   createCriteria,   createCriteria,   createCriteria,   createCriteria,   delete,   delete,   executeNativeUpdate,   executeUpdate,   flush,   get,   get,   get,   get,   getBatcher,   getCacheMode,   getConnectionReleaseMode,   getContextEntityIdentifier,   getDontFlushFromFind,   getEnabledFilters,   getEntityMode,   getEntityPersister,   getEntityUsingInterceptor,   getFetchProfile,   getFilterParameterType,   getFilterParameterValue,   getFlushMode,   getInterceptor,   getJDBCContext,   getListeners,   getPersistenceContext,   getTimestamp,   getTransaction,   guessEntityName,   immediateLoad,   initializeCollection,   insert,   insert,   instantiate,   internalLoad,   isAutoCloseSessionEnabled,   isConnected,   isEventSource,   isFlushBeforeCompletionEnabled,   isFlushModeNever,   isOpen,   isTransactionInProgress,   iterate,   iterateFilter,   list,   list,   listCustomQuery,   listFilter,   managedClose,   managedFlush,   refresh,   refresh,   refresh,   refresh,   scroll,   scroll,   scrollCustomQuery,   setAutoClear,   setCacheMode,   setFetchProfile,   setFlushMode,   shouldAutoClose,   update,   update
Methods from org.hibernate.impl.AbstractSessionImpl:
createQuery,   createSQLQuery,   errorIfClosed,   getFactory,   getHQLQueryPlan,   getNamedQuery,   getNamedSQLQuery,   getNativeSQLQueryPlan,   isClosed,   list,   scroll,   setClosed
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.impl.StatelessSessionImpl Detail:
 public  void afterOperation(boolean success) 
 public  void afterScrollOperation() 
 public  void afterTransactionBegin(Transaction tx) 
 public  void afterTransactionCompletion(boolean successful,
    Transaction tx) 
 protected boolean autoFlushIfRequired(Set querySpaces) throws HibernateException 
 public  void beforeTransactionCompletion(Transaction tx) 
 public Transaction beginTransaction() throws HibernateException 
 public String bestGuessEntityName(Object object) 
 public  void close() 
 public Connection connection() 
 public Criteria createCriteria(Class persistentClass) 
 public Criteria createCriteria(String entityName) 
 public Criteria createCriteria(Class persistentClass,
    String alias) 
 public Criteria createCriteria(String entityName,
    String alias) 
 public  void delete(Object entity) 
 public  void delete(String entityName,
    Object entity) 
 public int executeNativeUpdate(NativeSQLQuerySpecification nativeSQLQuerySpecification,
    QueryParameters queryParameters) throws HibernateException 
 public int executeUpdate(String query,
    QueryParameters queryParameters) throws HibernateException 
 public  void flush() 
 public Object get(Class entityClass,
    Serializable id) 
 public Object get(String entityName,
    Serializable id) 
 public Object get(Class entityClass,
    Serializable id,
    LockMode lockMode) 
 public Object get(String entityName,
    Serializable id,
    LockMode lockMode) 
 public Batcher getBatcher() 
 public CacheMode getCacheMode() 
 public ConnectionReleaseMode getConnectionReleaseMode() 
 public Serializable getContextEntityIdentifier(Object object) 
 public int getDontFlushFromFind() 
 public Map getEnabledFilters() 
 public EntityMode getEntityMode() 
 public EntityPersister getEntityPersister(String entityName,
    Object object) throws HibernateException 
 public Object getEntityUsingInterceptor(EntityKey key) throws HibernateException 
 public String getFetchProfile() 
 public Type getFilterParameterType(String filterParameterName) 
 public Object getFilterParameterValue(String filterParameterName) 
 public FlushMode getFlushMode() 
 public Interceptor getInterceptor() 
 public JDBCContext getJDBCContext() 
 public EventListeners getListeners() 
 public PersistenceContext getPersistenceContext() 
 public long getTimestamp() 
 public Transaction getTransaction() throws HibernateException 
 public String guessEntityName(Object entity) throws HibernateException 
 public Object immediateLoad(String entityName,
    Serializable id) throws HibernateException 
 public  void initializeCollection(PersistentCollection collection,
    boolean writing) throws HibernateException 
 public Serializable insert(Object entity) 
 public Serializable insert(String entityName,
    Object entity) 
 public Object instantiate(String entityName,
    Serializable id) throws HibernateException 
 public Object internalLoad(String entityName,
    Serializable id,
    boolean eager,
    boolean nullable) throws HibernateException 
 public boolean isAutoCloseSessionEnabled() 
 public boolean isConnected() 
 public boolean isEventSource() 
 public boolean isFlushBeforeCompletionEnabled() 
 public boolean isFlushModeNever() 
 public boolean isOpen() 
 public boolean isTransactionInProgress() 
 public Iterator iterate(String query,
    QueryParameters queryParameters) throws HibernateException 
 public Iterator iterateFilter(Object collection,
    String filter,
    QueryParameters queryParameters) throws HibernateException 
 public List list(CriteriaImpl criteria) throws HibernateException 
 public List list(String query,
    QueryParameters queryParameters) throws HibernateException 
 public List listCustomQuery(CustomQuery customQuery,
    QueryParameters queryParameters) throws HibernateException 
 public List listFilter(Object collection,
    String filter,
    QueryParameters queryParameters) throws HibernateException 
 public  void managedClose() 
 public  void managedFlush() 
 public  void refresh(Object entity) 
 public  void refresh(String entityName,
    Object entity) 
 public  void refresh(Object entity,
    LockMode lockMode) 
 public  void refresh(String entityName,
    Object entity,
    LockMode lockMode) 
 public ScrollableResults scroll(CriteriaImpl criteria,
    ScrollMode scrollMode) 
 public ScrollableResults scroll(String query,
    QueryParameters queryParameters) throws HibernateException 
 public ScrollableResults scrollCustomQuery(CustomQuery customQuery,
    QueryParameters queryParameters) throws HibernateException 
 public  void setAutoClear(boolean enabled) 
 public  void setCacheMode(CacheMode cm) 
 public  void setFetchProfile(String name) 
 public  void setFlushMode(FlushMode fm) 
 public boolean shouldAutoClose() 
 public  void update(Object entity) 
 public  void update(String entityName,
    Object entity)