| Interface | Description |
|---|---|
| ConnectionProviderSupplier | |
| HibernateMetadataSource |
Provides operations for accessing the Hibernate
Metadata and derived properties. |
| Class | Description |
|---|---|
| ConfigurableLocalSessionFactoryBean |
A subclass of Spring's
LocalSessionFactoryBean which changes how Hibernate is configured. |
| ConfluenceMemoryOptimizedSingleTableEntityPersister |
A memory optimized version of SingleTableEntityPersister, that lazy-creates seldom used
UniqueEntityLoader objects.
|
| ConfluenceSpringDataSourceConnectionProvider |
A LocalDataSourceConnectionProvider subclass that allows the DataSource object
to be set in the constructor.
|
| DefaultConnectionProviderSupplier |
This class provides the ConnectionProvider that's shared by all SessionFactory objects in Confluence.
|
| HibernateMetadataIntegrator |
Implements the Hibernate
Integrator SPI in order to obtain access to the Metadata. |
| SwitchableCachingSessionFactory |
Sessions created by this factory always have cacheMode set to
CacheMode.IGNORE
when SessionCacheModeThreadLocal is set to CacheMode.IGNORE |
Copyright © 2003–2021 Atlassian. All rights reserved.