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.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.jdbc.datasource.init |
Provides extensible support for initializing databases through scripts.
|
org.springframework.test.jdbc |
Support classes for tests based on JDBC.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
PropertiesLoaderUtils.fillProperties(Properties props,
EncodedResource resource)
Fill the given properties from the given EncodedResource,
potentially defining a specific encoding for the properties file.
|
static Properties |
PropertiesLoaderUtils.loadProperties(EncodedResource resource)
Load properties from the given EncodedResource,
potentially defining a specific encoding for the properties file.
|
Constructor and Description |
---|
ResourcePropertySource(EncodedResource resource)
Create a PropertySource based on Properties loaded from the given resource.
|
ResourcePropertySource(String name,
EncodedResource resource)
Create a PropertySource having the given name based on Properties
loaded from the given encoded resource.
|
Constructor and Description |
---|
CannotReadScriptException(EncodedResource resource,
Throwable cause)
Construct a new
CannotReadScriptException . |
ScriptStatementFailedException(String statement,
int lineNumber,
EncodedResource resource,
Throwable cause)
Construct a new
ScriptStatementFailedException . |
Modifier and Type | Method and Description |
---|---|
static void |
JdbcTestUtils.executeSqlScript(JdbcTemplate jdbcTemplate,
EncodedResource resource,
boolean continueOnError)
Execute the given SQL script.
|
static void |
SimpleJdbcTestUtils.executeSqlScript(SimpleJdbcTemplate simpleJdbcTemplate,
EncodedResource resource,
boolean continueOnError)
Deprecated.
Execute the given SQL script.
|
Copyright © 2015. All rights reserved.