Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.beans.factory.xml |
Contains an abstract XML-based
BeanFactory implementation,
including a standard "spring-beans" DTD. |
org.springframework.jdbc.datasource.init |
Provides extensible support for initializing databases through scripts.
|
Modifier and Type | Method and Description |
---|---|
int |
PropertiesBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource)
Load bean definitions from the specified properties file.
|
int |
PropertiesBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource,
String prefix)
Load bean definitions from the specified properties file.
|
Modifier and Type | Method and Description |
---|---|
int |
XmlBeanDefinitionReader.loadBeanDefinitions(EncodedResource encodedResource)
Load bean definitions from the specified XML file.
|
Constructor and Description |
---|
CannotReadScriptException(EncodedResource resource,
Throwable cause)
Constructor a new CannotReadScriptException.
|
ScriptStatementFailedException(String statement,
int lineNumber,
EncodedResource resource,
Throwable cause)
Constructor a new ScriptStatementFailedException.
|
Copyright © 2013. All Rights Reserved.