| Interface | Description |
|---|---|
| Session |
General session interface for the dataaccess package.
|
| SessionFactory |
The session factory is used for creating a new
Session
instance, and to close a session. |
| Class | Description |
|---|---|
| AbstractHibernateSession |
Common methods for a Hibernate implementation of the Session interface.
|
| HibernateProperties |
This class holds a list of Hibernate properties and property files.
|
| HibernateResources |
This class holds a list of Hibernate resource files.
|
| HibernateSession |
A Hibernate implementation of the
Session interface. |
| HibernateSessionFactory |
Hibernate version of SessionFactory implemented as singleton.
|
| HibernateStatelessSession |
A Hibernate implementation of the
Session interface. |
Copyright © 2006–2020 Esito AS. All rights reserved.