Uses of Class
org.apache.openejb.jee.jba.cmp.Datasource
-
Packages that use Datasource Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Datasource in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as Datasource Modifier and Type Field Description protected DatasourceDefaults. datasourceprotected DatasourceEntity. datasourceprotected DatasourceRelationTableMapping. datasourceMethods in org.apache.openejb.jee.jba.cmp that return Datasource Modifier and Type Method Description DatasourceObjectFactory. createDatasource()Create an instance ofDatasourceDatasourceDefaults. getDatasource()Gets the value of the datasource property.DatasourceEntity. getDatasource()Gets the value of the datasource property.DatasourceRelationTableMapping. getDatasource()Gets the value of the datasource property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type Datasource Modifier and Type Method Description voidDefaults. setDatasource(Datasource value)Sets the value of the datasource property.voidEntity. setDatasource(Datasource value)Sets the value of the datasource property.voidRelationTableMapping. setDatasource(Datasource value)Sets the value of the datasource property.
-