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.
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
ConstructorDescriptionConfigurableMappingResources
(HibernateDatabaseCapabilities databaseCapabilities) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.
-
Constructor Details
-
ConfigurableMappingResources
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.13.17
-
-
Method Details
-
setMappings
Deprecated, for removal: This API element is subject to removal in a future version. -
getObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObject
in interfaceorg.springframework.beans.factory.FactoryBean
- Throws:
Exception
-
getObjectType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getObjectType
in 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:
isSingleton
in interfaceorg.springframework.beans.factory.FactoryBean
-
HibernateMappingResourcesFactory