Seam Core JSF2 2.3.0.Beta2

org.jboss.seam.persistence
Interface FullTextHibernateSessionProxy

All Superinterfaces:
org.hibernate.event.spi.EventSource, org.hibernate.search.FullTextSession, HibernateSessionProxy, org.hibernate.engine.jdbc.LobCreationContext, Serializable, org.hibernate.Session, org.hibernate.engine.spi.SessionImplementor, org.hibernate.SharedSessionContract

public interface FullTextHibernateSessionProxy
extends HibernateSessionProxy, org.hibernate.search.FullTextSession

Marker Interface here to show that a given EntityManager is doing EL manipulation and for backwards compatibility with previous non proxy solution.

Author:
Gavin King, Sanne Grinovero, Mike Youngstrom

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hibernate.engine.jdbc.LobCreationContext
org.hibernate.engine.jdbc.LobCreationContext.Callback<T>
 
Nested classes/interfaces inherited from interface org.hibernate.Session
org.hibernate.Session.LockRequest
 
Method Summary
 
Methods inherited from interface org.hibernate.event.spi.EventSource
delete, forceFlush, getActionQueue, instantiate, merge, persist, persistOnFlush, refresh
 
Methods inherited from interface org.hibernate.engine.spi.SessionImplementor
afterScrollOperation, applyNonFlushedChanges, bestGuessEntityName, connection, disableTransactionAutoJoin, executeNativeUpdate, executeUpdate, flush, generateCacheKey, generateEntityKey, getCacheMode, getContextEntityIdentifier, getDontFlushFromFind, getEnabledFilters, getEntityPersister, getEntityUsingInterceptor, getFactory, getFetchProfile, getFilterParameterType, getFilterParameterValue, getFlushMode, getInterceptor, getJdbcConnectionAccess, getLoadQueryInfluencers, getNamedQuery, getNamedSQLQuery, getNonFlushedChanges, getPersistenceContext, getTenantIdentifier, getTimestamp, getTransactionCoordinator, 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.engine.jdbc.LobCreationContext
execute
 
Methods inherited from interface org.hibernate.Session
buildLockRequest, byId, byId, byNaturalId, byNaturalId, bySimpleNaturalId, bySimpleNaturalId, cancelQuery, clear, close, contains, createFilter, delete, delete, disableFetchProfile, disableFilter, disconnect, doReturningWork, doWork, enableFetchProfile, enableFilter, evict, flush, get, get, get, get, get, get, getCacheMode, getCurrentLockMode, getEnabledFilter, getEntityName, getFlushMode, getIdentifier, getLobHelper, getSessionFactory, getStatistics, getTypeHelper, isConnected, isDefaultReadOnly, isDirty, isFetchProfileEnabled, isOpen, isReadOnly, load, load, load, load, load, load, load, lock, lock, merge, merge, persist, persist, reconnect, refresh, refresh, refresh, refresh, refresh, replicate, replicate, save, save, saveOrUpdate, saveOrUpdate, sessionWithOptions, setCacheMode, setDefaultReadOnly, setFlushMode, setReadOnly, update, update
 
Methods inherited from interface org.hibernate.SharedSessionContract
beginTransaction, createCriteria, createCriteria, createCriteria, createCriteria, createQuery, createSQLQuery, getNamedQuery, getTenantIdentifier, getTransaction
 
Methods inherited from interface org.hibernate.search.FullTextSession
createFullTextQuery, createIndexer, flushToIndexes, getSearchFactory, index, purge, purgeAll
 


Seam Core JSF2 2.3.0.Beta2

Copyright © 2012 Seam Framework. All Rights Reserved.