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 byHibernateMappingResourcesFactoryThis class allows to override and add to hibernate mappings defined in Spring XML configuration. 
- 
- 
Constructor Summary
Constructors Constructor Description ConfigurableMappingResources(HibernateDatabaseCapabilities databaseCapabilities)Deprecated, for removal: This API element is subject to removal in a future version. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetObject()Deprecated, for removal: This API element is subject to removal in a future version.ClassgetObjectType()Deprecated, for removal: This API element is subject to removal in a future version.booleanisSingleton()Deprecated, for removal: This API element is subject to removal in a future version.voidsetMappings(List mappings)Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 
- 
- 
Constructor Detail
- 
ConfigurableMappingResources
public ConfigurableMappingResources(HibernateDatabaseCapabilities databaseCapabilities)
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
 - 7.13.17
 
 
 - 
 
- 
Method Detail
- 
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:
 getObjectin interfaceorg.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:
 getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
 
- 
isSingleton
public boolean isSingleton()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
 
 - 
 
 -