DataSourceFactory

org.beangle.data.jdbc.ds.DataSourceFactory
See theDataSourceFactory companion object
class DataSourceFactory extends Factory[DataSource] with Initializing with Disposable

Build a DataSource from file: or http: config url

Attributes

Companion:
object
Graph
Supertypes
trait Disposable
trait Initializing
trait Factory[DataSource]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def destroy(): Unit

do destroy.

do destroy.

Attributes

Definition Classes
Disposable
override def init(): Unit

do initialization.

do initialization.

Attributes

Definition Classes
Initializing
override def result: DataSource

Attributes

Definition Classes
Factory

Inherited methods

def objectType: Class[T]

Attributes

Inherited from:
Factory
def singleton: Boolean

Attributes

Inherited from:
Factory

Concrete fields

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