AppDataSourceFactory

class AppDataSourceFactory extends DataSourceFactory
class DataSourceFactory
trait Disposable
trait Initializing
trait Factory[DataSource]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def init(): Unit
Definition Classes
DataSourceFactory -> Initializing
override protected
def postInit(): Unit
Definition Classes
DataSourceFactory

Inherited methods

override
def destroy(): Unit
Definition Classes
DataSourceFactory -> Disposable
Inherited from
DataSourceFactory
def objectType: Class[DataSource]
Inherited from
Factory
override
def result: DataSource
Definition Classes
DataSourceFactory -> Factory
Inherited from
DataSourceFactory
def singleton: Boolean
Inherited from
Factory

Inherited fields

var driver: String
Inherited from
DataSourceFactory
var name: String
Inherited from
DataSourceFactory
var password: String
Inherited from
DataSourceFactory
var props: Map[String, String]
Inherited from
DataSourceFactory
var url: String
Inherited from
DataSourceFactory
var user: String
Inherited from
DataSourceFactory