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 Details

  • Constructor Details

    • JdbcPropertySourceFactory

      public JdbcPropertySourceFactory()
  • Method Details

    • createPropertySource

      public Properties createPropertySource(String name)
    • createPropertySource

      public Properties createPropertySource(String name, String datasourceName)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware