The IEventSource type exposes the following members.

Properties

  NameDescription
Public propertyActionQueue
Get the ActionQueue for this session
Public propertyActiveEntityMode
The entity mode in effect for this session.
(Inherited from ISession.)
Public propertyBatcher
Get the prepared statement Batcher for this session
(Inherited from ISessionImplementor.)
Public propertyCacheMode
The current cache mode.
(Inherited from ISession.)
Public propertyCacheMode (Inherited from ISessionImplementor.)
Public propertyConnection
Gets the ADO.NET connection.
(Inherited from ISession.)
Public propertyConnection (Inherited from ISessionImplementor.)
Public propertyConnectionManager (Inherited from ISessionImplementor.)
Public propertyDefaultReadOnly
The read-only status for entities (and proxies) loaded into this Session.
(Inherited from ISession.)
Public propertyDontFlushFromFind (Inherited from ISessionImplementor.)
Public propertyEnabledFilters
Return the currently enabled filters. The filter map is keyed by filter name, with values corresponding to the FilterImpl instance.
(Inherited from ISessionImplementor.)
Public propertyEntityMode
Retrieve the entity mode in effect for this session.
(Inherited from ISessionImplementor.)
Public propertyFactory
Get the creating SessionFactoryImplementor
(Inherited from ISessionImplementor.)
Public propertyFetchProfile (Inherited from ISessionImplementor.)
Public propertyFlushMode
Determines at which points Hibernate automatically flushes the session.
(Inherited from ISession.)
Public propertyFlushMode (Inherited from ISessionImplementor.)
Public propertyFutureCriteriaBatch (Inherited from ISessionImplementor.)
Public propertyFutureQueryBatch (Inherited from ISessionImplementor.)
Public propertyInterceptor (Inherited from ISessionImplementor.)
Public propertyIsClosed
Determine whether the session is closed. Provided separately from {@link #isOpen()} as this method does not attempt any JTA synch registration, where as {@link #isOpen()} does; which makes this one nicer to use for most internal purposes.
(Inherited from ISessionImplementor.)
Public propertyIsConnected
Is the ISession currently connected?
(Inherited from ISession.)
Public propertyIsConnected
Is the ISession currently connected?
(Inherited from ISessionImplementor.)
Public propertyIsEventSource (Inherited from ISessionImplementor.)
Public propertyIsOpen
Is the ISession still open?
(Inherited from ISession.)
Public propertyIsOpen
Is the ISession still open?
(Inherited from ISessionImplementor.)
Public propertyListeners
Retrieves the configured event listeners from this event source.
(Inherited from ISessionImplementor.)
Public propertyPersistenceContext
Get the persistence context for this session
(Inherited from ISessionImplementor.)
Public propertySessionFactory
Get the ISessionFactory that created this instance.
(Inherited from ISession.)
Public propertySessionId (Inherited from ISessionImplementor.)
Public propertyStatistics
Get the statistics for this session.
(Inherited from ISession.)
Public propertyTimestamp
System time before the start of the transaction
(Inherited from ISessionImplementor.)
Public propertyTransaction
Get the current Unit of Work and return the associated ITransaction object.
(Inherited from ISession.)
Public propertyTransactionContext (Inherited from ISessionImplementor.)
Public propertyTransactionInProgress
Does this Session have an active Hibernate transaction or is there a JTA transaction in progress?
(Inherited from ISessionImplementor.)

See Also