Uses of Class
com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
Packages that use HibernateHandle
Package
Description
- 
Uses of HibernateHandle in com.atlassian.confluence.core.persistenceMethods in com.atlassian.confluence.core.persistence that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionSearchableDao.getLatestSearchableHandles(Class<? extends Searchable> clazz) Finds a list of handles for the specified class.SearchableDao.getLatestSearchableHandles(Class<? extends Searchable> clazz, Optional<String> spaceKey) SearchableDao.getLatestSearchableHandlesGroupedByType()Returns a list of latest searchable handles grouped by hibernate entity class.SearchableDao.getLatestSearchableHandlesGroupedByType(Optional<String> spaceKey) 
- 
Uses of HibernateHandle in com.atlassian.confluence.core.persistence.hibernateMethods in com.atlassian.confluence.core.persistence.hibernate that return HibernateHandleMethods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionHibernateSearchableDao.getLatestSearchableHandles(Class<? extends Searchable> clazz) HibernateSearchableDao.getLatestSearchableHandles(Class<? extends Searchable> clazz, Optional<String> spaceKeyOptional) HibernateSearchableDao.getLatestSearchableHandlesGroupedByType()HibernateSearchableDao.getLatestSearchableHandlesGroupedByType(Optional<String> spaceKey) 
- 
Uses of HibernateHandle in com.atlassian.confluence.indexMethods in com.atlassian.confluence.index that return types with arguments of type HibernateHandleConstructor parameters in com.atlassian.confluence.index with type arguments of type HibernateHandleModifierConstructorDescriptionReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name) ReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name, boolean shouldOptimize) ReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name, boolean shouldOptimize, boolean resetJournal) 
- 
Uses of HibernateHandle in com.atlassian.confluence.internal.indexMethod parameters in com.atlassian.confluence.internal.index with type arguments of type HibernateHandleModifier and TypeMethodDescriptionvoidBatchIndexer.index(List<HibernateHandle> handles, ReindexProgress progress) voidConcurrentBatchIndexer.index(List<HibernateHandle> handles, ReindexProgress progress) voidDefaultBatchIndexer.index(List<HibernateHandle> handles, ReindexProgress progress) ConcurrentBatchIndexer.submitBatches(ExecutorService executor, @Nullable List<HibernateHandle> handles, ReindexProgress progress) This method tries to work around a number of problems we have with rebuilding the index.
- 
Uses of HibernateHandle in com.atlassian.confluence.internal.search.tasksFields in com.atlassian.confluence.internal.search.tasks declared as HibernateHandle
- 
Uses of HibernateHandle in com.atlassian.confluence.searchMethods in com.atlassian.confluence.search that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionContentOnlyReIndexSupport.getHandles(SearchableDao dao, Optional<String> spaceKey) ReIndexOption.getHandles(SearchableDao dao) Deprecated.ReIndexOption.getHandles(SearchableDao dao, Optional<String> spaceKey) Deprecated.default List<HibernateHandle> ReIndexSupport.getHandles(SearchableDao dao) Get handles for reindexing.default List<HibernateHandle> ReIndexSupport.getHandles(SearchableDao dao, Optional<String> spaceKey) Get handles for reindexing within a specific space.