Class HibernateContentQueryModuleDescriptor

java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<HibernateContentQueryFactory>
com.atlassian.confluence.content.persistence.hibernate.HibernateContentQueryModuleDescriptor
All Implemented Interfaces:
PluginModuleFactory<HibernateContentQueryFactory>, com.atlassian.plugin.ModuleDescriptor<HibernateContentQueryFactory>, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware, com.atlassian.plugin.StateAware

public final class HibernateContentQueryModuleDescriptor extends com.atlassian.plugin.descriptors.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.
  • Field Summary

    Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

    key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
  • Constructor Summary

    Constructors
    Constructor
    Description
    HibernateContentQueryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
    void
     
     
     
    void
    init(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull com.atlassian.plugin.module.Element element)
     
     

    Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

    assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.plugin.ModuleDescriptor

    getDisplayName
  • Constructor Details

    • HibernateContentQueryModuleDescriptor

      public HibernateContentQueryModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
  • Method Details