Uses of Interface
com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryFactory
-
-
Uses of HibernateContentQueryFactory in com.atlassian.confluence.content.persistence.hibernate
Methods in com.atlassian.confluence.content.persistence.hibernate that return HibernateContentQueryFactory Modifier and Type Method Description HibernateContentQueryFactory
HibernateContentQueryModuleDescriptor. createModule()
HibernateContentQueryFactory
HibernateContentQueryModuleDescriptor. getModule()
-
Uses of HibernateContentQueryFactory in com.atlassian.confluence.plugins.contentproperty.hibernate2
Classes in com.atlassian.confluence.plugins.contentproperty.hibernate2 that implement HibernateContentQueryFactory Modifier and Type Class Description class
FindAllByContentIdHibernateQueryFactory
Hibernate 2 version of a query to find all content properties by owner idclass
FindAllByContentIdsAndKeysHibernateQueryFactory
Hibernate 2 version of a query to find a content property by owner id and keyclass
FindAllBySpaceKeyHibernateQueryFactory
Hibernate 2 version of a query to find all space properties by space keyclass
FindByContentIdAndKeyHibernateQueryFactory
Hibernate 2 version of a query to find a content property by owner id and keyclass
FindBySpaceKeyAndKeyHibernateQueryFactory
Hibernate 2 version of a query to find a space property by space key and key -
Uses of HibernateContentQueryFactory in com.atlassian.confluence.test.rpc
Classes in com.atlassian.confluence.test.rpc that implement HibernateContentQueryFactory Modifier and Type Class Description class
FindPluginCustomContentModuleKeyQueryFactory
-