Uses of Class
bucket.core.persistence.hibernate.HibernateHandle
-
-
Uses of HibernateHandle in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>SearchableDao. getLatestSearchableHandles(Class clazz)Finds a list of handles for the specified class.List<List<HibernateHandle>>SearchableDao. getLatestSearchableHandlesGroupedByType()Returns a list of latest searchable handles grouped by hibernate entity class. -
Uses of HibernateHandle in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return HibernateHandle Modifier and Type Method Description HibernateHandleHibernateHandleResolver. getHandle(Object obj)Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>HibernateSearchableDao. getLatestSearchableHandles(Class clazz)List<List<HibernateHandle>>HibernateSearchableDao. getLatestSearchableHandlesGroupedByType() -
Uses of HibernateHandle in com.atlassian.confluence.index
Methods in com.atlassian.confluence.index that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>ReIndexSpec. getHandles()Constructor parameters in com.atlassian.confluence.index with type arguments of type HibernateHandle Constructor Description ReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name) -
Uses of HibernateHandle in com.atlassian.confluence.internal.index
Method parameters in com.atlassian.confluence.internal.index with type arguments of type HibernateHandle Modifier and Type Method Description voidBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)voidConcurrentBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress) -
Uses of HibernateHandle in com.atlassian.confluence.internal.index.lucene
Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type HibernateHandle Modifier and Type Method Description voidLuceneBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress) -
Uses of HibernateHandle in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return types with arguments of type HibernateHandle Modifier and Type Method Description abstract List<HibernateHandle>ReIndexOption. getHandles(SearchableDao dao)
-