SessionFactory.See: Description
| Interface | Description |
|---|---|
| SessionFactoryLookup |
Strategy interface for looking up
SessionFactory by name. |
| Class | Description |
|---|---|
| AbstractRoutingSessionFactory |
Abstract
SessionFactory implementation that routes AbstractRoutingSessionFactory.getSession() calls to one of various target
factories based on a lookup key. |
| BeanFactorySessionFactoryLookup |
SessionFactoryLookup implementation based on a Spring BeanFactory. |
| MapSessionFactoryLookup |
Simple
SessionFactoryLookup implementation that relies on a map for doing lookups. |
| SingleSessionFactoryLookup |
An implementation of
SessionFactoryLookup that simply wraps a single given SessionFactory, returned
for any session factory name. |
| Exception | Description |
|---|---|
| SessionFactoryLookupFailureException |
Exception to be thrown by a
SessionFactoryLookup implementation, indicating that the specified
SessionFactory could not be obtained. |
SessionFactory.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.