Uses of Class
org.apache.openejb.jee.DataSource
-
Packages that use DataSource Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DataSource in org.apache.openejb.jee
Fields in org.apache.openejb.jee with type parameters of type DataSource Modifier and Type Field Description protected KeyedCollection<String,DataSource>Application. dataSourceprotected KeyedCollection<String,DataSource>ApplicationClient. dataSourceprotected KeyedCollection<String,DataSource>EntityBean. dataSourceprotected KeyedCollection<String,DataSource>Interceptor. dataSourceprotected KeyedCollection<String,DataSource>MessageDrivenBean. dataSourceprotected KeyedCollection<String,DataSource>SessionBean. dataSourceprotected KeyedCollection<String,DataSource>WebApp. dataSourceprotected KeyedCollection<String,DataSource>WebFragment. dataSourceMethods in org.apache.openejb.jee that return DataSource Modifier and Type Method Description DataSourceDataSource. className(String className)DataSourceDataSource. databaseName(String databaseName)DataSourceDataSource. initialPoolSize(Integer initialPoolSize)DataSourceDataSource. isolationLevel(IsolationLevel isolationLevel)DataSourceDataSource. loginTimeout(Integer loginTimeout)DataSourceDataSource. maxIdleTime(Integer maxIdleTime)DataSourceDataSource. maxPoolSize(Integer maxPoolSize)DataSourceDataSource. maxStatements(Integer maxStatements)DataSourceDataSource. minPoolSize(Integer minPoolSize)DataSourceDataSource. name(String name)DataSourceDataSource. password(String password)DataSourceDataSource. portNumber(Integer portNumber)DataSourceDataSource. property(String name, String value)DataSourceDataSource. serverName(String serverName)DataSourceDataSource. transactional(Boolean transactional)DataSourceDataSource. url(String url)DataSourceDataSource. user(String user)
-