JndiDataSourceFactory

@description("JNDI提供的数据源工厂")
class JndiDataSourceFactory(jndiName: String) extends JndiObjectFactory[DataSource]
class JndiObjectFactory[DataSource]
trait Factory[DataSource]
class Object
trait Matchable
class Any

Value members

Inherited methods

def objectType: Class[DataSource]
Inherited from
Factory
override
def result: DataSource
Definition Classes
Inherited from
JndiObjectFactory
def singleton: Boolean
Inherited from
Factory

Inherited fields

var environment: Properties
Inherited from
JndiObjectFactory
var resourceRef: Boolean
Inherited from
JndiObjectFactory