Class FindAllByContentIdHibernateQueryFactory
java.lang.Object
com.atlassian.confluence.plugins.contentproperty.hibernate2.FindAllByContentIdHibernateQueryFactory
- All Implemented Interfaces:
HibernateContentQueryFactory
public class FindAllByContentIdHibernateQueryFactory
extends Object
implements HibernateContentQueryFactory
Hibernate 2 version of a query to find all content properties by owner id
- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.Query
getQuery
(JpaQueryFactory entityManager, Object... parameters)
-
Constructor Details
-
FindAllByContentIdHibernateQueryFactory
public FindAllByContentIdHibernateQueryFactory()
-
-
Method Details
-
getQuery
- Specified by:
getQuery
in interfaceHibernateContentQueryFactory
-