com.atlassian.confluence.content.persistence.hibernate
Class HibernateContentQueryModuleDescriptor
java.lang.Object
   com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>
       com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
- All Implemented Interfaces: 
- PluginModuleFactory<HibernateContentQueryFactory>, ModuleDescriptor<HibernateContentQueryFactory>, Resourced, StateAware
- public class HibernateContentQueryModuleDescriptor 
- extends AbstractModuleDescriptor<HibernateContentQueryFactory>- implements PluginModuleFactory<HibernateContentQueryFactory>
Module descriptor to allow plugins to provide custom queries for looking up pluggable content. The aim is to provide
 an abstraction between making a query and the raw Hibernate implementation of that query, without having to come
 up with Yet Another Query Language.
 
 
 
 
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor | 
| assertModuleClassImplements, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin | 
 
 
HibernateContentQueryModuleDescriptor
public HibernateContentQueryModuleDescriptor()
init
public void init(@NotNull
                 Plugin plugin,
                 @NotNull
                 Element element)
          throws PluginParseException
- 
- Specified by:
- initin interface- ModuleDescriptor<HibernateContentQueryFactory>
- Overrides:
- initin class- AbstractModuleDescriptor<HibernateContentQueryFactory>
 
- 
- Throws:
- PluginParseException
 
enabled
public void enabled()
- 
- Specified by:
- enabledin interface- StateAware
- Overrides:
- enabledin class- AbstractModuleDescriptor<HibernateContentQueryFactory>
 
- 
 
disabled
public void disabled()
- 
- Specified by:
- disabledin interface- StateAware
- Overrides:
- disabledin class- AbstractModuleDescriptor<HibernateContentQueryFactory>
 
- 
 
getModule
public HibernateContentQueryFactory getModule()
- 
- Specified by:
- getModulein interface- ModuleDescriptor<HibernateContentQueryFactory>
- Specified by:
- getModulein class- AbstractModuleDescriptor<HibernateContentQueryFactory>
 
- 
 
createModule
public HibernateContentQueryFactory createModule()
- 
- Specified by:
- createModulein interface- PluginModuleFactory<HibernateContentQueryFactory>
 
- 
 
getQueryName
public String getQueryName()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- AbstractModuleDescriptor<HibernateContentQueryFactory>
 
-