Uses of Interface
com.atlassian.confluence.persistence.JpaQueryFactory
Packages that use JpaQueryFactory
Package
Description
-
Uses of JpaQueryFactory in com.atlassian.confluence.content.persistence.hibernate
Methods in com.atlassian.confluence.content.persistence.hibernate with parameters of type JpaQueryFactoryModifier and TypeMethodDescriptiondefault jakarta.persistence.Query
HibernateContentQueryFactory.getQuery
(JpaQueryFactory queryFactory, Object... parameters) A jakarta.persistence equivalent ofHibernateContentQueryFactory.getQuery(EntityManager, Object...)
for future support of that API. -
Uses of JpaQueryFactory in com.atlassian.confluence.impl.hibernate
Classes in com.atlassian.confluence.impl.hibernate that implement JpaQueryFactoryModifier and TypeClassDescriptionfinal class
Provides access to the current hibernate Session object.