Package org.frankframework.jdbc
Class JdbcPropertySourceFactory
java.lang.Object
org.frankframework.jdbc.JdbcPropertySourceFactory
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class JdbcPropertySourceFactory
extends Object
implements org.springframework.context.ApplicationContextAware
See Spring's native PropertySourceFactory
TODO use PropertySources (PropertiesPropertySource)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreatePropertySource
(String name) createPropertySource
(String name, String datasourceName) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext)
-
Field Details
-
JDBC_PROPERTIES_KEY
- See Also:
-
-
Constructor Details
-
JdbcPropertySourceFactory
public JdbcPropertySourceFactory()
-
-
Method Details
-
createPropertySource
-
createPropertySource
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-