@ParametersAreNonnullByDefault
| Class | Description |
|---|---|
| ConfluenceHibernateSchemaManagementTool |
A hibernate 5 (onwards) SchemaManagementTool implementation that:
- Suppresses unnecessary sql warning log messages
- Creates and drops the 'hibernate_unique_key' ResettableTableHiLoGenerator table
|
| ConfluenceHibernateTransactionManager |
This class keeps track of transaction state and logs it in case of rollback.
|
| ConfluenceLocalSessionFactoryBean |
A specialisation of Spring's
LocalSessionFactoryBean which adds
Confluence-specific functionality. |
| DataAccessUtils |
Provides hibernate and database helper operations.
|
| DelegatingHikariConnectionProvider |
A wrapper around Hibernate5's
HikariCPConnectionProvider which decorates it with the Hibernate2
ConnectionProvider interface so that it can fed to Hibernate2's
ConnectionProviderFactory by DefaultConnectionProviderSupplier. |
| GenericEnumUserType |
This is a verbatim copy of the utility class from atlassian-hibernate5.2-extras, which should be removed if
and when Confluence updates it's atlassian-hibernate-extras dependency
|
| HibernateContentQueryFactoryDefaults |
Provides default implementations for HibernateContentQueryFactory methods to aid deprecation of
the getQuery overload that depends on hibernate 2 interfaces.
|
| HibernateEntityManagerProvider |
Provides access to the current hibernate Session object.
|
| HibernateJvmVCacheRegionFactory |
Basically an
EhCacheRegionFactory but shares an instance of EhCache CacheManager with Atlassian CacheManager. |
| HibernateUserType |
Base class for Hibernate UserType objects in Confluence.
|
| HikariConnectionProviderConfigHelper |
Provides support for programmatic configuration of Hibernate to use
DelegatingHikariConnectionProvider. |
| ResettableTableHiLoGeneratorV5 |
An extension of the Hibernate2-era
ResettableTableHiLoGenerator that implements Hibernate5's IdentifierGenerator. |
| VCacheHibernateRegionFactoryProvider | Deprecated
since 7.5 unused
|
Copyright © 2003–2020 Atlassian. All rights reserved.