Uses of Interface
com.atlassian.confluence.persistence.JpaQueryFactory
Packages that use JpaQueryFactory
Package
Description
- 
Uses of JpaQueryFactory in com.atlassian.confluence.content.persistence.hibernateMethods in com.atlassian.confluence.content.persistence.hibernate with parameters of type JpaQueryFactoryModifier and TypeMethodDescriptionjakarta.persistence.QueryHibernateContentQueryFactory.getQuery(JpaQueryFactory queryFactory, Object... parameters) 
- 
Uses of JpaQueryFactory in com.atlassian.confluence.coreMethods in com.atlassian.confluence.core that return JpaQueryFactory
- 
Uses of JpaQueryFactory in com.atlassian.confluence.impl.hibernateClasses in com.atlassian.confluence.impl.hibernate that implement JpaQueryFactory
- 
Uses of JpaQueryFactory in com.atlassian.confluence.plugins.contentproperty.hibernate2Methods in com.atlassian.confluence.plugins.contentproperty.hibernate2 with parameters of type JpaQueryFactoryModifier and TypeMethodDescriptionjakarta.persistence.QueryFindAllByContentIdHibernateQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) jakarta.persistence.QueryFindAllByContentIdsAndKeysHibernateQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) jakarta.persistence.QueryFindAllBySpaceKeyHibernateQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) jakarta.persistence.QueryFindByContentIdAndKeyHibernateQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) jakarta.persistence.QueryFindBySpaceKeyAndKeyHibernateQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) 
- 
Uses of JpaQueryFactory in com.atlassian.confluence.plugins.edgeindexConstructors in com.atlassian.confluence.plugins.edgeindex with parameters of type JpaQueryFactory
- 
Uses of JpaQueryFactory in com.atlassian.confluence.plugins.edgeindex.restConstructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type JpaQueryFactory
- 
Uses of JpaQueryFactory in com.atlassian.confluence.plugins.opensearch.healthcheckConstructors in com.atlassian.confluence.plugins.opensearch.healthcheck with parameters of type JpaQueryFactoryModifierConstructorDescriptionDefaultOpenSearchHealthCheckUtil(org.opensearch.client.opensearch.OpenSearchClient openSearchClient, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, JpaQueryFactory jpaQueryFactory, OpenSearchConfig openSearchConfig) 
- 
Uses of JpaQueryFactory in com.atlassian.confluence.test.rpcMethods in com.atlassian.confluence.test.rpc with parameters of type JpaQueryFactoryModifier and TypeMethodDescriptionjakarta.persistence.QueryFindPluginCustomContentModuleKeyQueryFactory.getQuery(JpaQueryFactory entityManager, Object... parameters) voidFuncTestJobControlListenerForAtlassianScheduler.setJpaQueryFactory(JpaQueryFactory jpaQueryFactory)