| Modifier and Type | Method and Description | 
|---|---|
| HibernateContentQueryFactory | HibernateContentQueryModuleDescriptor. createModule() | 
| HibernateContentQueryFactory | HibernateContentQueryModuleDescriptor. getModule() | 
| Modifier and Type | Method and Description | 
|---|---|
| static javax.persistence.Query | HibernateContentQueryFactoryDefaults. callOtherGetQueryOverload(HibernateContentQueryFactory factory,
                         javax.persistence.EntityManager entityManager,
                         Object... parameters) | 
| static net.sf.hibernate.Query | HibernateContentQueryFactoryDefaults. callOtherGetQueryOverload(HibernateContentQueryFactory factory,
                         net.sf.hibernate.Session session,
                         Object... parameters) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FindAllByContentIdHibernateQueryFactoryHibernate 2 version of a query to find all content properties by owner id | 
| class  | FindAllByContentIdsAndKeysHibernateQueryFactoryHibernate 2 version of a query to find a content property by owner id and key | 
| class  | FindAllBySpaceKeyHibernateQueryFactoryHibernate 2 version of a query to find all space properties by space key | 
| class  | FindByContentIdAndKeyHibernateQueryFactoryHibernate 2 version of a query to find a content property by owner id and key | 
| class  | FindBySpaceKeyAndKeyHibernateQueryFactoryHibernate 2 version of a query to find a space property by space key and key | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FindPluginCustomContentModuleKeyQueryFactory | 
Copyright © 2003–2017 Atlassian. All rights reserved.