The ISessionImplementor type exposes the following members.

Properties

  NameDescription
Batcher
Get the prepared statement Batcher for this session
BatchFetchQueue
CollectionEntries
Connection
Gets the ADO.NET connection.
(Inherited from ISession.)
EnabledFilters
Return the currently enabled filters. The filter map is keyed by filter name, with values corresponding to the {@link org.hibernate.impl.FilterImpl} instance.
Factory
Get the creating SessionFactoryImplementor
FlushMode
Determines at which points Hibernate automatically flushes the session.
(Inherited from ISession.)
Interceptor
IsConnected
Is the ISession currently connected?
(Inherited from ISession.)
IsOpen
Is the ISession still open?
(Inherited from ISession.)
SessionFactory
Get the ISessionFactory that created this instance.
(Inherited from ISession.)
Timestamp
System time before the start of the transaction
Transaction
Get the current Unit of Work and return the associated ITransaction object.
(Inherited from ISession.)

See Also