The ISessionImplementor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Batcher |
Get the prepared statement Batcher for this session
| |
| CacheMode | ||
| Connection | ||
| ConnectionManager | ||
| DontFlushFromFind | ||
| EnabledFilters |
Return the currently enabled filters. The filter map is keyed by filter
name, with values corresponding to the FilterImpl
instance.
| |
| EntityMode | Retrieve the entity mode in effect for this session. | |
| Factory |
Get the creating SessionFactoryImplementor
| |
| FetchProfile | ||
| FlushMode | ||
| FutureCriteriaBatch | ||
| FutureQueryBatch | ||
| Interceptor | ||
| 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.
| |
| IsConnected |
Is the ISession currently connected?
| |
| IsEventSource | ||
| IsOpen |
Is the ISession still open?
| |
| Listeners | Retrieves the configured event listeners from this event source. | |
| PersistenceContext | Get the persistence context for this session | |
| SessionId | ||
| Timestamp |
System time before the start of the transaction
| |
| TransactionContext | ||
| TransactionInProgress |
Does this Session have an active Hibernate transaction
or is there a JTA transaction in progress?
|