SimpleSessionFactory

{@code SessionFactory} implementation that generates {@link SimpleSession} instances.

Members

Functions

createSession
Session createSession(SessionContext initData)

Creates a new {@link SimpleSession SimpleSession} instance retaining the context's {@link SessionContext#getHost() host} if one can be found.

Inherited Members

From SessionFactory

createSession
Session createSession(SessionContext initData)

Creates a new {@code Session} instance based on the specified contextual initialization data.

Meta