Uses of Class
io.dropwizard.db.DataSourceFactory
-
Packages that use DataSourceFactory Package Description com.example.helloworld -
-
Uses of DataSourceFactory in com.example.helloworld
Methods in com.example.helloworld that return DataSourceFactory Modifier and Type Method Description DataSourceFactory
HelloWorldConfiguration. getDataSourceFactory()
Methods in com.example.helloworld with parameters of type DataSourceFactory Modifier and Type Method Description void
HelloWorldConfiguration. setDataSourceFactory(DataSourceFactory dataSourceFactory)
-