| Interface | Description |
|---|---|
| HibernateStateVisualizationService |
The Interface HibernateStateVisualizationService is an OSGI service interface
that can be implemented to visualize states of Session Factories build through
the hibernate bundle.
|
| Class | Description |
|---|---|
| AbstractDatabaseSettingsPanel |
The Class AbstractDatabaseSettingsPanel must be extended by database
driver bundle in order to allow a visual configuration of the
hibernate database connection by end user.
|
| DatabaseSettings |
The Class DatabaseSettings represents a data type that describes possible
hibernate database settings in relation to a database system.
|
| DatabaseSettingsDialog |
The Class DatabaseSettingsDialog can be used to configure the
connection settings for hibernate.
|
| DatabaseSettingsPanel |
The Class DatabaseSettingsPanel enables to edit database connection data
in an individual context.
|
| HibernateStateVisualizationServiceConsumer |
The Class HibernateDatabaseServiceConsumer is used to receive bind
registrations for
HibernateDatabaseServices and will forward
them to the HibernateUtilities. |
| HibernateStateVisualizer |
The Class HibernateStateVisualizer provides static methods to visualize
the state of a session factory and thus of a database connection.
|