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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatePropertySource
(String name) createPropertySource
(String name, String datasourceName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
-
Field Details
-
JDBC_PROPERTIES_KEY
- See Also:
-
-
Constructor Details
-
JdbcPropertySourceFactory
public JdbcPropertySourceFactory()
-
-
Method Details
-
createPropertySource
-
createPropertySource
-