org.jboss.seam.persistence
Interface HibernateSessionProxy

All Superinterfaces:
org.hibernate.event.EventSource, java.io.Serializable, org.hibernate.Session, org.hibernate.engine.SessionImplementor
All Known Subinterfaces:
FullTextHibernateSessionProxy

public interface HibernateSessionProxy
extends org.hibernate.Session, org.hibernate.engine.SessionImplementor, org.hibernate.event.EventSource

Marker interface that signifies a proxy is using the HibernateSessionInvocationHandler. Also here for backwards compatibility with previous HibernateSessionProxy.

Author:
Gavin King, Emmanuel Bernard, Mike Youngstrom

Method Summary
 
Methods inherited from interface org.hibernate.event.EventSource
delete, forceFlush, getActionQueue, instantiate, merge, persist, persistOnFlush, refresh, saveOrUpdateCopy
 
Methods inherited from interface org.hibernate.engine.SessionImplementor
afterScrollOperation, afterTransactionCompletion, beforeTransactionCompletion, bestGuessEntityName, connection, executeNativeUpdate, executeUpdate, flush, getBatcher, getCacheMode, getContextEntityIdentifier, getDontFlushFromFind, getEnabledFilters, getEntityMode, getEntityPersister, getEntityUsingInterceptor, getFactory, getFetchProfile, getFilterParameterType, getFilterParameterValue, getFlushMode, getInterceptor, getJDBCContext, getListeners, getNamedQuery, getNamedSQLQuery, getPersistenceContext, getTimestamp, guessEntityName, immediateLoad, initializeCollection, instantiate, internalLoad, isClosed, isConnected, isEventSource, isOpen, isTransactionInProgress, iterate, iterateFilter, list, list, list, listCustomQuery, listFilter, scroll, scroll, scroll, scrollCustomQuery, setAutoClear, setCacheMode, setFetchProfile, setFlushMode
 
Methods inherited from interface org.hibernate.Session
beginTransaction, cancelQuery, clear, close, connection, contains, createCriteria, createCriteria, createCriteria, createCriteria, createFilter, createQuery, createSQLQuery, delete, delete, disableFilter, disconnect, doWork, enableFilter, evict, flush, get, get, get, get, getCacheMode, getCurrentLockMode, getEnabledFilter, getEntityMode, getEntityName, getFlushMode, getIdentifier, getNamedQuery, getSession, getSessionFactory, getStatistics, getTransaction, isConnected, isDirty, isOpen, load, load, load, load, load, lock, lock, merge, merge, persist, persist, reconnect, reconnect, refresh, refresh, replicate, replicate, save, save, saveOrUpdate, saveOrUpdate, setCacheMode, setFlushMode, setReadOnly, update, update
 



Copyright © 2011 Seam Framework. All Rights Reserved.