Class ContentEntityObjectHibernateDao
- java.lang.Object
- 
- org.springframework.dao.support.DaoSupport
- 
- com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDao<T>
- 
- com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDao<T>
- 
- com.atlassian.confluence.internal.persistence.hibernate.AbstractContentEntityObjectHibernateDao<ContentEntityObject>
- 
- com.atlassian.confluence.core.persistence.hibernate.ContentEntityObjectHibernateDao
 
 
 
 
 
- 
- All Implemented Interfaces:
- ObjectDao,- ContentEntityObjectDao<ContentEntityObject>,- VersionedObjectDao<ContentEntityObject>,- ContentEntityObjectDaoInternal<ContentEntityObject>,- ObjectDaoInternal<ContentEntityObject>,- VersionedObjectDaoInternal<ContentEntityObject>,- org.springframework.beans.factory.InitializingBean
 
 public class ContentEntityObjectHibernateDao extends AbstractContentEntityObjectHibernateDao<ContentEntityObject> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDaoHibernateObjectDao.Cacheability
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static longONE_DAYDeprecated.since 6.10.0.- 
Fields inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDaocacheFactory, confluenceUserDao
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContentEntityObjectHibernateDao(RetentionFeatureChecker retentionFeatureChecker)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ContentEntityObject>getPersistentClass()Gets the type ofEntityObjectthis Dao works with.voidsaveRawWithoutReindex(com.atlassian.core.bean.EntityObject objectToSave)This is for internal use only, Do not rely on it as a public API.- 
Methods inherited from class com.atlassian.confluence.internal.persistence.hibernate.AbstractContentEntityObjectHibernateDaocountContentBySpaceIdAndStatus, findAllDraftsFor, findAllLegacyDraftsFor, findContentBySpaceIdAndStatus, findContentBySpaceIdAndStatus, findDraftFor, findDraftsWithUnpublishedChangesForUser, findHistoricalVersionsAfterVersion, findPreviousVersions, findUnpublishedContentWithUserContributions, getAllCurrentEntities, getAllModifiers, getByClassId, getById, getContentAuthoredByUser, getContributionStatusByUser, getFirstVersionAfter, getFirstVersionBefore, getLastEditedVersionsOf, getObjectType, getOldestPageCreationDate, getPageAndBlogPostsVersionsLastEditedByUser, getPageAndBlogPostsVersionsLastEditedByUserIncludingDrafts, getPagesByCursor, getRecentlyAddedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntities, getRecentlyModifiedEntitiesForUser, getRecentlyModifiedForChangeDigest, getTrashedContent, getTrashedContents, getTrashedContents, getTrashedEntities, getVersion, getVersionEditContributors, getVersionHistorySummary, getVersionHistorySummary, getVersionsLastEditedByUser, getVersionsLastEditedByUserNew
 - 
Methods inherited from class com.atlassian.confluence.core.persistence.hibernate.VersionedHibernateObjectDaofindAllSorted, findLatestVersionsCount, findLatestVersionsCount, findLatestVersionsIterator, findLatestVersionsIterator, findNamedQueryStringParams, findNamedQueryStringParams, save, saveEntity, setCacheFactory, setConfluenceUserDao, updateEntityModificationData, updateModificationData
 - 
Methods inherited from class com.atlassian.confluence.core.persistence.hibernate.HibernateObjectDaoapplyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findByClassIds, findByClassIdsFiltered, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getCountResult, getHibernateTemplate, getSessionFactory, index, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setEventPublisher, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.atlassian.confluence.core.persistence.ContentEntityObjectDaogetAllModifiers
 - 
Methods inherited from interface com.atlassian.confluence.internal.persistence.ContentEntityObjectDaoInternalfindContentBySpaceIdAndStatusAndFilter
 - 
Methods inherited from interface com.atlassian.confluence.internal.persistence.ObjectDaoInternalfindAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, refresh, refreshEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity
 - 
Methods inherited from interface com.atlassian.confluence.core.persistence.VersionedObjectDaofindLatestVersionsCount, findLatestVersionsIterator, save
 - 
Methods inherited from interface com.atlassian.confluence.internal.persistence.VersionedObjectDaoInternalsaveEntity
 
- 
 
- 
- 
- 
Field Detail- 
ONE_DAY@Deprecated public static final long ONE_DAY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ContentEntityObjectHibernateDaopublic ContentEntityObjectHibernateDao(RetentionFeatureChecker retentionFeatureChecker) 
 
- 
 - 
Method Detail- 
getPersistentClasspublic Class<ContentEntityObject> getPersistentClass() Description copied from interface:ObjectDaoInternalGets the type ofEntityObjectthis Dao works with.- Returns:
- the type
 
 - 
saveRawWithoutReindexpublic void saveRawWithoutReindex(com.atlassian.core.bean.EntityObject objectToSave) Description copied from interface:ContentEntityObjectDaoInternalThis is for internal use only, Do not rely on it as a public API. Perform a saveRaw but without performing the re-index; it is unnecessary in the context of a migration or upgrade. 
 
- 
 
-