| Interface | Description |
|---|---|
| ExporterAnyTypeDao |
Sub-interface of AnyTypeDao, not available to plugins, that ties the result type of findAllPersistentObjectsHandles
to the implementation relied on by export.
|
| Class | Description |
|---|---|
| BodyContentHibernateDao |
This DAO is used to support the migration of wiki formatted content to XHTML formatted.
|
| CompositeInterceptor |
Hibernate interceptor that allows the chaining of multiple sub-interceptors.
|
| ConfigurableMappingResources |
This class allows to override and add to hibernate mappings defined in
Spring XML configuration.
|
| ConfluenceHibernateConfig |
Hibernate configuration for Confluence.
|
| ConfluenceHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> |
Abstract superclass of all Confluence hibernate DAOs.
|
| ContentEntityObjectHibernateDao | |
| ContentPermissionHibernateDao | |
| ContentTypeEnumUserType |
Converts
ContentTypeEnums to and from strings in the DB. |
| CustomClobType | |
| GenericHibernateVersionedObjectDao | |
| HibernateAnyTypeDao | |
| HibernateHandleResolver |
Resolves a
Handle for a persistent object. |
| HibernateIndexQueueEntryDao | Deprecated
since 6.10.0.
|
| HibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> |
Generic DAO for hibernate objects.
|
| HibernateSearchableDao | |
| HibernateSessionManager |
Provides methods to manage objects in the current Hibernate
Session. |
| HibernateVersionHistoryDao | |
| InstantType |
Hibernate 2 mapping type for the new java 8
Instant class. |
| SessionCacheModeThreadLocal |
A thread local that stores the CacheMode during use of a session.
|
| SimpleHibernateBatchOperationManager |
Performs a batch operation in a series of independent transactions containing an arbitrary
number of operations (which happens to be 50).
|
| StringClobType | |
| TransientHibernateHandle |
This handle implementation cannot be converted to a String.
|
| VersionedHibernateObjectDao<T extends com.atlassian.core.bean.EntityObject> |
| Enum | Description |
|---|---|
| CacheMode |
Controls how a session on the current thread interacts with the second-level cache and query cache.
|
| HibernateObjectDao.Cacheability |
Copyright © 2003–2018 Atlassian. All rights reserved.