Class ConfigurableMappingResources

java.lang.Object
com.atlassian.confluence.core.persistence.hibernate.ConfigurableMappingResources
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean

@Deprecated(forRemoval=true) public class ConfigurableMappingResources extends Object implements org.springframework.beans.factory.FactoryBean
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.6 replaced by HibernateMappingResourcesFactory
This class allows to override and add to hibernate mappings defined in Spring XML configuration.
  • Field Summary

    Fields inherited from interface org.springframework.beans.factory.FactoryBean

    OBJECT_TYPE_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMappings(List mappings)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigurableMappingResources

      public ConfigurableMappingResources(HibernateDatabaseCapabilities databaseCapabilities)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Since:
      7.13.17
  • Method Details

    • setMappings

      public void setMappings(List mappings)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getObject

      public Object getObject() throws Exception
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean
      Throws:
      Exception
    • getObjectType

      public Class getObjectType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean
    • isSingleton

      public boolean isSingleton()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean