The IEventSource type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ActionQueue | Get the ActionQueue for this session |
![]() | ActiveEntityMode | The entity mode in effect for this session. (Inherited from ISession.) |
![]() | Batcher |
Get the prepared statement Batcher for this session
(Inherited from ISessionImplementor.) |
![]() | CacheMode | The current cache mode. (Inherited from ISession.) |
![]() | CacheMode | (Inherited from ISessionImplementor.) |
![]() | Connection |
Gets the ADO.NET connection.
(Inherited from ISession.) |
![]() | Connection | (Inherited from ISessionImplementor.) |
![]() | ConnectionManager | (Inherited from ISessionImplementor.) |
![]() | DefaultReadOnly |
The read-only status for entities (and proxies) loaded into this Session.
(Inherited from ISession.) |
![]() | DontFlushFromFind | (Inherited from ISessionImplementor.) |
![]() | EnabledFilters |
Return the currently enabled filters. The filter map is keyed by filter
name, with values corresponding to the FilterImpl
instance.
(Inherited from ISessionImplementor.) |
![]() | EntityMode | Retrieve the entity mode in effect for this session. (Inherited from ISessionImplementor.) |
![]() | Factory |
Get the creating SessionFactoryImplementor
(Inherited from ISessionImplementor.) |
![]() | FetchProfile | (Inherited from ISessionImplementor.) |
![]() | FlushMode |
Determines at which points Hibernate automatically flushes the session.
(Inherited from ISession.) |
![]() | FlushMode | (Inherited from ISessionImplementor.) |
![]() | FutureCriteriaBatch | (Inherited from ISessionImplementor.) |
![]() | FutureQueryBatch | (Inherited from ISessionImplementor.) |
![]() | Interceptor | (Inherited from ISessionImplementor.) |
![]() | IsClosed | 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.) |
![]() | IsConnected |
Is the ISession currently connected?
(Inherited from ISession.) |
![]() | IsConnected |
Is the ISession currently connected?
(Inherited from ISessionImplementor.) |
![]() | IsEventSource | (Inherited from ISessionImplementor.) |
![]() | IsOpen |
Is the ISession still open?
(Inherited from ISession.) |
![]() | IsOpen |
Is the ISession still open?
(Inherited from ISessionImplementor.) |
![]() | Listeners | Retrieves the configured event listeners from this event source. (Inherited from ISessionImplementor.) |
![]() | PersistenceContext | Get the persistence context for this session (Inherited from ISessionImplementor.) |
![]() | SessionFactory |
Get the ISessionFactory that created this instance.
(Inherited from ISession.) |
![]() | SessionId | (Inherited from ISessionImplementor.) |
![]() | Statistics | Get the statistics for this session. (Inherited from ISession.) |
![]() | Timestamp |
System time before the start of the transaction
(Inherited from ISessionImplementor.) |
![]() | Transaction |
Get the current Unit of Work and return the associated ITransaction object.
(Inherited from ISession.) |
![]() | TransactionContext | (Inherited from ISessionImplementor.) |
![]() | TransactionInProgress |
Does this Session have an active Hibernate transaction
or is there a JTA transaction in progress?
(Inherited from ISessionImplementor.) |