AppDataSourceFactory

org.beangle.ems.app.datasource.AppDataSourceFactory
class AppDataSourceFactory extends DataSourceFactory

Attributes

Graph
Supertypes
class DataSourceFactory
trait Disposable
trait Initializing
trait Factory[DataSource]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def init(): Unit

do initialization.

do initialization.

Attributes

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

Attributes

Definition Classes
DataSourceFactory

Inherited methods

override def destroy(): Unit

do destroy.

do destroy.

Attributes

Definition Classes
DataSourceFactory -> Disposable
Inherited from:
DataSourceFactory
def objectType: Class[T]

Attributes

Inherited from:
Factory
override def result: DataSource

Attributes

Definition Classes
DataSourceFactory -> Factory
Inherited from:
DataSourceFactory
def singleton: Boolean

Attributes

Inherited from:
Factory

Inherited fields

var driver: String

Attributes

Inherited from:
DataSourceFactory
var name: String

Attributes

Inherited from:
DataSourceFactory
var password: String

Attributes

Inherited from:
DataSourceFactory
var props: Map[String, String]

Attributes

Inherited from:
DataSourceFactory
var url: String

Attributes

Inherited from:
DataSourceFactory
var user: String

Attributes

Inherited from:
DataSourceFactory